Color Hex Logo

#fec72a Color Hex

#FEC72A
(254,199,42)
0 Favorites   0 Comments

Color spaces of #fec72a

RGB 25419942
HSL0.120.990.58
HSV44°83°100°
CMYK 0.000.220.83   0.00
XYZ61.714462.084810.9214
Yxy62.08480.45810.4608
Hunter Lab78.79391.918746.9377
CIE-Lab82.95856.419777.6923

#fec72a color RGB value is (254,199,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000111 00101010
Octal 376 307 52
Decimal 254 199 42
Hex FE C7 2A

RGB Percentages of Color #fec72a

%51.31
%40.20
%8.48

CMYK Percentages of Color #fec72a

%0
%22
%83
%0

Triadic Colors of #fec72a

#fec72a #2afec7 #c72afe

Analogous Colors of #fec72a

#fec72a #cbfe2a #fe5d2a

Monochromatic Colors of #fec72a

#fec72a

Complementary Color

#fec72a #2a61fe

#fec72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec72a Color CSS Codes

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

#fec72a Text Font Color

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

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


#fec72a Background Color

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

This div background color is #fec72a


#fec72a Border Color

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

This div border color is #fec72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec72a

Related Colors


Comments

No comments written yet.

Please login to write comment.