Color Hex Logo

#fea91d Color Hex

#FEA91D
(254,169,29)
0 Favorites   0 Comments

Color spaces of #fea91d

RGB 25416929
HSL0.100.990.55
HSV37°89°100°
CMYK 0.000.330.89   0.00
XYZ55.282849.53557.8100
Yxy49.53550.49080.4398
Hunter Lab70.381517.039542.6878
CIE-Lab75.783321.751875.1484

#fea91d color RGB value is (254,169,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 00011101
Octal 376 251 35
Decimal 254 169 29
Hex FE A9 1D

RGB Percentages of Color #fea91d

%56.19
%37.39
%6.42

CMYK Percentages of Color #fea91d

%0
%33
%89
%0

Triadic Colors of #fea91d

#fea91d #1dfea9 #a91dfe

Analogous Colors of #fea91d

#fea91d #e3fe1d #fe391d

Monochromatic Colors of #fea91d

#fea91d

Complementary Color

#fea91d #1d72fe

#fea91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea91d Color CSS Codes

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

#fea91d Text Font Color

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

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


#fea91d Background Color

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

This div background color is #fea91d


#fea91d Border Color

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

This div border color is #fea91d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea91d

Related Colors


Comments

No comments written yet.

Please login to write comment.