Color Hex Logo

#fea02c Color Hex

#FEA02C
(254,160,44)
0 Favorites   0 Comments

Color spaces of #fea02c

RGB 25416044
HSL0.090.990.58
HSV33°83°100°
CMYK 0.000.370.83   0.00
XYZ53.898546.39438.4971
Yxy46.39430.49540.4265
Hunter Lab68.113422.049740.2830
CIE-Lab73.800726.784369.3614

#fea02c color RGB value is (254,160,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100000 00101100
Octal 376 240 54
Decimal 254 160 44
Hex FE A0 2C

RGB Percentages of Color #fea02c

%55.46
%34.93
%9.61

CMYK Percentages of Color #fea02c

%0
%37
%83
%0

Triadic Colors of #fea02c

#fea02c #2cfea0 #a02cfe

Analogous Colors of #fea02c

#fea02c #f3fe2c #fe372c

Monochromatic Colors of #fea02c

#fea02c

Complementary Color

#fea02c #2c8afe

#fea02c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea02c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea02c Color CSS Codes

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

#fea02c Text Font Color

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

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


#fea02c Background Color

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

This div background color is #fea02c


#fea02c Border Color

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

This div border color is #fea02c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea02c

Related Colors


Comments

No comments written yet.

Please login to write comment.