color codes Logo

#f7d22a color codes

#F7D22A
(247,210,42)
0 Favorites   0 Comments

Color spaces of #f7d22a

RGB 24721042
HSL0.140.930.57
HSV49°83°97°
CMYK 0.000.150.83   0.03
XYZ61.822366.034511.6780
Yxy66.03450.44310.4732
Hunter Lab81.2616-6.408448.3626
CIE-Lab85.0140-2.188179.1382

#f7d22a color RGB value is (247,210,42).

#f7d22a hex color red value is 247, green value is 210 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #f7d22a hue: 0.14 , saturation: 0.93 and the lightness value of f7d22a is 0.57.

The process color (four color CMYK) of #f7d22a color code is 0.00, 0.15, 0.83, 0.03. Web safe color of #f7d22a is #ffcc33. Color #f7d22a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11010010 00101010
Octal 367 322 52
Decimal 247 210 42
Hex F7 D2 2A

RGB Percentages of Color #f7d22a

%49.50
%42.08
%8.42

CMYK Percentages of Color #f7d22a

%0
%15
%83
%3

Triadic Colors of #f7d22a

#f7d22a #2af7d2 #d22af7

Analogous Colors of #f7d22a

#f7d22a #b6f72a #f76c2a

Monochromatic Colors of #f7d22a

#f7d22a

Complementary Color

#f7d22a #2a4ff7

#f7d22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7d22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7d22a Color CSS Codes

.mybgcolor {background-color:#f7d22a; } 
.myforecolor {color:#f7d22a; }
.mybordercolor {border:3px solid #f7d22a; }

#f7d22a Text Font Color

<p style="color:#f7d22a">Text here</p>

This sample text font color is #f7d22a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f7d22a Background Color

<div style="background-color:#f7d22a">
Div content here</div>

This div background color is #f7d22a


#f7d22a Border Color

<div style="border:3px solid #f7d22a">
Div here</div>

This div border color is #f7d22a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,210,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7d22a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7d22a;
  -webkit-box-shadow: 1px 1px 3px 2px #f7d22a;
  box-shadow:         1px 1px 3px 2px #f7d22a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,210,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f7d22a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f7d22a;
  -webkit-box-shadow: 1px 1px 3px 2px #f7d22a;
  box-shadow:         1px 1px 3px 2px #f7d22a;">
Div content here</div>

This div box has shadow with color #f7d22a


Comments

No comments written yet.

Please login to write comment.