Color Hex Logo

#fea040 Color Hex

#FEA040
(254,160,64)
0 Favorites   0 Comments

Color spaces of #fea040

RGB 25416064
HSL0.080.990.62
HSV30°75°100°
CMYK 0.000.370.75   0.00
XYZ54.369346.582610.9763
Yxy46.58260.48580.4162
Hunter Lab68.251422.753638.2409
CIE-Lab73.922027.462961.9567

#fea040 color RGB value is (254,160,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100000 01000000
Octal 376 240 100
Decimal 254 160 64
Hex FE A0 40

RGB Percentages of Color #fea040

%53.14
%33.47
%13.39

CMYK Percentages of Color #fea040

%0
%37
%75
%0

Triadic Colors of #fea040

#fea040 #40fea0 #a040fe

Analogous Colors of #fea040

#fea040 #fdfe40 #fe4140

Monochromatic Colors of #fea040

#fea040

Complementary Color

#fea040 #409efe

#fea040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea040 Color CSS Codes

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

#fea040 Text Font Color

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

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


#fea040 Background Color

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

This div background color is #fea040


#fea040 Border Color

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

This div border color is #fea040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea040


Comments

No comments written yet.

Please login to write comment.