Color Hex Logo

#fea90e Color Hex

#FEA90E
(254,169,14)
0 Favorites   0 Comments

Color spaces of #fea90e

RGB 25416914
HSL0.110.990.53
HSV39°94°100°
CMYK 0.000.330.94   0.00
XYZ55.140349.47857.0596
Yxy49.47850.49370.4430
Hunter Lab70.341016.829543.2882
CIE-Lab75.748021.544777.8392

#fea90e color RGB value is (254,169,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 00001110
Octal 376 251 16
Decimal 254 169 14
Hex FE A9 E

RGB Percentages of Color #fea90e

%58.12
%38.67
%3.20

CMYK Percentages of Color #fea90e

%0
%33
%94
%0

Triadic Colors of #fea90e

#fea90e #0efea9 #a90efe

Analogous Colors of #fea90e

#fea90e #dbfe0e #fe310e

Monochromatic Colors of #fea90e

#fea90e

Complementary Color

#fea90e #0e63fe

#fea90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea90e Color CSS Codes

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

#fea90e Text Font Color

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

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


#fea90e Background Color

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

This div background color is #fea90e


#fea90e Border Color

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

This div border color is #fea90e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea90e


Comments

No comments written yet.

Please login to write comment.