Color Hex Logo

#fea94a Color Hex

#FEA94A
(254,169,74)
0 Favorites   0 Comments

Color spaces of #fea94a

RGB 25416974
HSL0.090.990.64
HSV32°71°100°
CMYK 0.000.330.71   0.00
XYZ56.297049.941213.1510
Yxy49.94120.47150.4183
Hunter Lab70.669118.527338.4349
CIE-Lab76.033223.211659.8158

#fea94a color RGB value is (254,169,74).

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

The process color (four color CMYK) of #fea94a color hex is 0.00, 0.33, 0.71, 0.00. Web safe color of #fea94a is #ff9933. Color #fea94a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 01001010
Octal 376 251 112
Decimal 254 169 74
Hex FE A9 4A

RGB Percentages of Color #fea94a

%51.11
%34.00
%14.89

CMYK Percentages of Color #fea94a

%0
%33
%71
%0

Triadic Colors of #fea94a

#fea94a #4afea9 #a94afe

Analogous Colors of #fea94a

#fea94a #f9fe4a #fe4f4a

Monochromatic Colors of #fea94a

#fea94a

Complementary Color

#fea94a #4a9ffe

#fea94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea94a Color CSS Codes

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

#fea94a Text Font Color

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

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


#fea94a Background Color

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

This div background color is #fea94a


#fea94a Border Color

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

This div border color is #fea94a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea94a


Comments

No comments written yet.

Please login to write comment.