color codes Logo

#fea01c color codes

#FEA01C
(254,160,28)
0 Favorites   0 Comments

Color spaces of #fea01c

RGB 25416028
HSL0.100.990.55
HSV35°89°100°
CMYK 0.000.370.89   0.00
XYZ53.653546.29637.2068
Yxy46.29630.50070.4320
Hunter Lab68.041421.682441.3491
CIE-Lab73.737426.429173.8180

#fea01c color RGB value is (254,160,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100000 00011100
Octal 376 240 34
Decimal 254 160 28
Hex FE A0 1C

RGB Percentages of Color #fea01c

%57.47
%36.20
%6.33

CMYK Percentages of Color #fea01c

%0
%37
%89
%0

Triadic Colors of #fea01c

#fea01c #1cfea0 #a01cfe

Analogous Colors of #fea01c

#fea01c #ebfe1c #fe2f1c

Monochromatic Colors of #fea01c

#fea01c

Complementary Color

#fea01c #1c7afe

#fea01c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea01c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea01c Color CSS Codes

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

#fea01c Text Font Color

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

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


#fea01c Background Color

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

This div background color is #fea01c


#fea01c Border Color

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

This div border color is #fea01c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea01c

Related Colors


Comments

No comments written yet.

Please login to write comment.