Color Hex Logo

#fec24a Color Hex

#FEC24A
(254,194,74)
0 Favorites   0 Comments

Color spaces of #fec24a

RGB 25419474
HSL0.110.990.64
HSV40°71°100°
CMYK 0.000.240.71   0.00
XYZ61.400960.148814.8523
Yxy60.14880.45010.4410
Hunter Lab77.55575.596242.9346
CIE-Lab81.919010.165965.8723

#fec24a color RGB value is (254,194,74).

#fec24a hex color red value is 254, green value is 194 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fec24a hue: 0.11 , saturation: 0.99 and the lightness value of fec24a is 0.64.

The process color (four color CMYK) of #fec24a color hex is 0.00, 0.24, 0.71, 0.00. Web safe color of #fec24a is #ffcc33. Color #fec24a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 01001010
Octal 376 302 112
Decimal 254 194 74
Hex FE C2 4A

RGB Percentages of Color #fec24a

%48.66
%37.16
%14.18

CMYK Percentages of Color #fec24a

%0
%24
%71
%0

Triadic Colors of #fec24a

#fec24a #4afec2 #c24afe

Analogous Colors of #fec24a

#fec24a #e0fe4a #fe684a

Monochromatic Colors of #fec24a

#fec24a

Complementary Color

#fec24a #4a86fe

#fec24a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec24a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec24a Color CSS Codes

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

#fec24a Text Font Color

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

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


#fec24a Background Color

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

This div background color is #fec24a


#fec24a Border Color

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

This div border color is #fec24a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,194,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec24a

Related Colors


Comments

No comments written yet.

Please login to write comment.