Color Hex Logo

#fea02e Color Hex

#FEA02E
(254,160,46)
0 Favorites   0 Comments

Color spaces of #fea02e

RGB 25416046
HSL0.090.990.59
HSV33°82°100°
CMYK 0.000.370.82   0.00
XYZ53.937046.40978.6999
Yxy46.40970.49460.4256
Hunter Lab68.124722.107440.1156
CIE-Lab73.810626.840068.7039

#fea02e color RGB value is (254,160,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100000 00101110
Octal 376 240 56
Decimal 254 160 46
Hex FE A0 2E

RGB Percentages of Color #fea02e

%55.22
%34.78
%10.00

CMYK Percentages of Color #fea02e

%0
%37
%82
%0

Triadic Colors of #fea02e

#fea02e #2efea0 #a02efe

Analogous Colors of #fea02e

#fea02e #f4fe2e #fe382e

Monochromatic Colors of #fea02e

#fea02e

Complementary Color

#fea02e #2e8cfe

#fea02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea02e Color CSS Codes

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

#fea02e Text Font Color

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

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


#fea02e Background Color

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

This div background color is #fea02e


#fea02e Border Color

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

This div border color is #fea02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea02e

Related Colors


Comments

No comments written yet.

Please login to write comment.