Color Hex Logo

#fea11d Color Hex

#FEA11D
(254,161,29)
0 Favorites   0 Comments

Color spaces of #fea11d

RGB 25416129
HSL0.100.990.55
HSV35°89°100°
CMYK 0.000.370.89   0.00
XYZ53.839746.64937.3289
Yxy46.64930.49940.4327
Hunter Lab68.300321.182341.4481
CIE-Lab73.964925.925973.7559

#fea11d color RGB value is (254,161,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100001 00011101
Octal 376 241 35
Decimal 254 161 29
Hex FE A1 1D

RGB Percentages of Color #fea11d

%57.21
%36.26
%6.53

CMYK Percentages of Color #fea11d

%0
%37
%89
%0

Triadic Colors of #fea11d

#fea11d #1dfea1 #a11dfe

Analogous Colors of #fea11d

#fea11d #ebfe1d #fe311d

Monochromatic Colors of #fea11d

#fea11d

Complementary Color

#fea11d #1d7afe

#fea11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea11d Color CSS Codes

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

#fea11d Text Font Color

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

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


#fea11d Background Color

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

This div background color is #fea11d


#fea11d Border Color

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

This div border color is #fea11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea11d


Comments

No comments written yet.

Please login to write comment.