Color Hex Logo

#fec24f Color Hex

#FEC24F
(254,194,79)
0 Favorites   0 Comments

Color spaces of #fec24f

RGB 25419479
HSL0.110.990.65
HSV39°69°100°
CMYK 0.000.240.69   0.00
XYZ61.576160.218915.7751
Yxy60.21890.44760.4377
Hunter Lab77.60085.837942.2678
CIE-Lab81.957010.412763.8484

#fec24f color RGB value is (254,194,79).

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

The process color (four color CMYK) of #fec24f color hex is 0.00, 0.24, 0.69, 0.00. Web safe color of #fec24f is #ffcc66. Color #fec24f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 01001111
Octal 376 302 117
Decimal 254 194 79
Hex FE C2 4F

RGB Percentages of Color #fec24f

%48.20
%36.81
%14.99

CMYK Percentages of Color #fec24f

%0
%24
%69
%0

Triadic Colors of #fec24f

#fec24f #4ffec2 #c24ffe

Analogous Colors of #fec24f

#fec24f #e3fe4f #fe6b4f

Monochromatic Colors of #fec24f

#fec24f

Complementary Color

#fec24f #4f8bfe

#fec24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec24f Color CSS Codes

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

#fec24f Text Font Color

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

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


#fec24f Background Color

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

This div background color is #fec24f


#fec24f Border Color

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

This div border color is #fec24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec24f


Comments

No comments written yet.

Please login to write comment.