Color Hex Logo

#fea960 Color Hex

#FEA960
(254,169,96)
0 Favorites   0 Comments

Color spaces of #fea960

RGB 25416996
HSL0.080.990.69
HSV28°62°100°
CMYK 0.000.330.62   0.00
XYZ57.172350.291317.7602
Yxy50.29130.45660.4016
Hunter Lab70.916419.801934.7929
CIE-Lab76.247724.451849.7715

#fea960 color RGB value is (254,169,96).

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

The process color (four color CMYK) of #fea960 color hex is 0.00, 0.33, 0.62, 0.00. Web safe color of #fea960 is #ff9966. Color #fea960 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 01100000
Octal 376 251 140
Decimal 254 169 96
Hex FE A9 60

RGB Percentages of Color #fea960

%48.94
%32.56
%18.50

CMYK Percentages of Color #fea960

%0
%33
%62
%0

Triadic Colors of #fea960

#fea960 #60fea9 #a960fe

Analogous Colors of #fea960

#fea960 #fef860 #fe6066

Monochromatic Colors of #fea960

#fea960

Complementary Color

#fea960 #60b5fe

#fea960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea960 Color CSS Codes

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

#fea960 Text Font Color

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

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


#fea960 Background Color

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

This div background color is #fea960


#fea960 Border Color

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

This div border color is #fea960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea960

Related Colors


Comments

No comments written yet.

Please login to write comment.