Color Hex Logo

#fed72a Color Hex

#FED72A
(254,215,42)
0 Favorites   0 Comments

Color spaces of #fed72a

RGB 25421542
HSL0.140.990.58
HSV49°83°100°
CMYK 0.000.150.83   0.00
XYZ65.591469.838912.2137
Yxy69.83890.44430.4730
Hunter Lab83.5697-6.147549.8335
CIE-Lab86.9178-1.763280.9892

#fed72a color RGB value is (254,215,42).

#fed72a hex color red value is 254, green value is 215 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #fed72a hue: 0.14 , saturation: 0.99 and the lightness value of fed72a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 00101010
Octal 376 327 52
Decimal 254 215 42
Hex FE D7 2A

RGB Percentages of Color #fed72a

%49.71
%42.07
%8.22

CMYK Percentages of Color #fed72a

%0
%15
%83
%0

Triadic Colors of #fed72a

#fed72a #2afed7 #d72afe

Analogous Colors of #fed72a

#fed72a #bbfe2a #fe6d2a

Monochromatic Colors of #fed72a

#fed72a

Complementary Color

#fed72a #2a51fe

#fed72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed72a Color CSS Codes

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

#fed72a Text Font Color

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

This sample text font color is #fed72a
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.


#fed72a Background Color

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

This div background color is #fed72a


#fed72a Border Color

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

This div border color is #fed72a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,215,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 #fed72a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed72a


Comments

No comments written yet.

Please login to write comment.