color codes Logo

#fea94e color codes

#FEA94E
(254,169,78)
0 Favorites   0 Comments

Color spaces of #fea94e

RGB 25416978
HSL0.090.990.65
HSV31°69°100°
CMYK 0.000.330.69   0.00
XYZ56.436249.996813.8836
Yxy49.99680.46910.4155
Hunter Lab70.708418.730837.8543
CIE-Lab76.067323.410258.0720

#fea94e color RGB value is (254,169,78).

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

The process color (four color CMYK) of #fea94e color code is 0.00, 0.33, 0.69, 0.00. Web safe color of #fea94e is #ff9966. Color #fea94e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 01001110
Octal 376 251 116
Decimal 254 169 78
Hex FE A9 4E

RGB Percentages of Color #fea94e

%50.70
%33.73
%15.57

CMYK Percentages of Color #fea94e

%0
%33
%69
%0

Triadic Colors of #fea94e

#fea94e #4efea9 #a94efe

Analogous Colors of #fea94e

#fea94e #fbfe4e #fe514e

Monochromatic Colors of #fea94e

#fea94e

Complementary Color

#fea94e #4ea3fe

#fea94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea94e Color CSS Codes

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

#fea94e Text Font Color

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

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


#fea94e Background Color

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

This div background color is #fea94e


#fea94e Border Color

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

This div border color is #fea94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea94e


Comments

No comments written yet.

Please login to write comment.