Color Hex Logo

#fea24f Color Hex

#FEA24F
(254,162,79)
0 Favorites   0 Comments

Color spaces of #fea24f

RGB 25416279
HSL0.080.990.65
HSV28°69°100°
CMYK 0.000.360.69   0.00
XYZ55.204747.476013.6513
Yxy47.47600.47450.4081
Hunter Lab68.902822.433636.4852
CIE-Lab74.493227.115755.9227

#fea24f color RGB value is (254,162,79).

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

The process color (four color CMYK) of #fea24f color hex is 0.00, 0.36, 0.69, 0.00. Web safe color of #fea24f is #ff9966. Color #fea24f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100010 01001111
Octal 376 242 117
Decimal 254 162 79
Hex FE A2 4F

RGB Percentages of Color #fea24f

%51.31
%32.73
%15.96

CMYK Percentages of Color #fea24f

%0
%36
%69
%0

Triadic Colors of #fea24f

#fea24f #4ffea2 #a24ffe

Analogous Colors of #fea24f

#fea24f #fefa4f #fe4f54

Monochromatic Colors of #fea24f

#fea24f

Complementary Color

#fea24f #4fabfe

#fea24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea24f Color CSS Codes

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

#fea24f Text Font Color

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

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


#fea24f Background Color

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

This div background color is #fea24f


#fea24f Border Color

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

This div border color is #fea24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea24f


Comments

No comments written yet.

Please login to write comment.