Color Hex Logo

#fea91c Color Hex

#FEA91C
(254,169,28)
0 Favorites   0 Comments

Color spaces of #fea91c

RGB 25416928
HSL0.100.990.55
HSV37°89°100°
CMYK 0.000.330.89   0.00
XYZ55.270649.53067.7459
Yxy49.53060.49110.4401
Hunter Lab70.378017.021642.7390
CIE-Lab75.780221.734275.3712

#fea91c color RGB value is (254,169,28).

#fea91c hex color red value is 254, green value is 169 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #fea91c hue: 0.10 , saturation: 0.99 and the lightness value of fea91c is 0.55.

The process color (four color CMYK) of #fea91c color hex is 0.00, 0.33, 0.89, 0.00. Web safe color of #fea91c is #ff9933. Color #fea91c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 00011100
Octal 376 251 34
Decimal 254 169 28
Hex FE A9 1C

RGB Percentages of Color #fea91c

%56.32
%37.47
%6.21

CMYK Percentages of Color #fea91c

%0
%33
%89
%0

Triadic Colors of #fea91c

#fea91c #1cfea9 #a91cfe

Analogous Colors of #fea91c

#fea91c #e2fe1c #fe381c

Monochromatic Colors of #fea91c

#fea91c

Complementary Color

#fea91c #1c71fe

#fea91c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea91c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea91c Color CSS Codes

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

#fea91c Text Font Color

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

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


#fea91c Background Color

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

This div background color is #fea91c


#fea91c Border Color

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

This div border color is #fea91c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea91c

Related Colors


Comments

No comments written yet.

Please login to write comment.