Color Hex Logo

#feaa0e Color Hex

#FEAA0E
(254,170,14)
0 Favorites   0 Comments

Color spaces of #feaa0e

RGB 25417014
HSL0.110.990.53
HSV39°94°100°
CMYK 0.000.330.94   0.00
XYZ55.327049.85207.1218
Yxy49.85200.49270.4439
Hunter Lab70.605916.312643.4438
CIE-Lab75.978321.022278.0010

#feaa0e color RGB value is (254,170,14).

#feaa0e hex color red value is 254, green value is 170 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #feaa0e hue: 0.11 , saturation: 0.99 and the lightness value of feaa0e is 0.53.

The process color (four color CMYK) of #feaa0e color hex is 0.00, 0.33, 0.94, 0.00. Web safe color of #feaa0e is #ff9900. Color #feaa0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 00001110
Octal 376 252 16
Decimal 254 170 14
Hex FE AA E

RGB Percentages of Color #feaa0e

%57.99
%38.81
%3.20

CMYK Percentages of Color #feaa0e

%0
%33
%94
%0

Triadic Colors of #feaa0e

#feaa0e #0efeaa #aa0efe

Analogous Colors of #feaa0e

#feaa0e #dafe0e #fe320e

Monochromatic Colors of #feaa0e

#feaa0e

Complementary Color

#feaa0e #0e62fe

#feaa0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaa0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaa0e Color CSS Codes

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

#feaa0e Text Font Color

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

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


#feaa0e Background Color

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

This div background color is #feaa0e


#feaa0e Border Color

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

This div border color is #feaa0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaa0e


Comments

No comments written yet.

Please login to write comment.