Color Hex Logo

#fea559 Color Hex

#FEA559
(254,165,89)
0 Favorites   0 Comments

Color spaces of #fea559

RGB 25416589
HSL0.080.990.67
HSV28°65°100°
CMYK 0.000.350.65   0.00
XYZ56.131448.702415.8932
Yxy48.70240.46490.4034
Hunter Lab69.787121.444335.3484
CIE-Lab75.265826.107052.0503

#fea559 color RGB value is (254,165,89).

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

The process color (four color CMYK) of #fea559 color hex is 0.00, 0.35, 0.65, 0.00. Web safe color of #fea559 is #ff9966. Color #fea559 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100101 01011001
Octal 376 245 131
Decimal 254 165 89
Hex FE A5 59

RGB Percentages of Color #fea559

%50.00
%32.48
%17.52

CMYK Percentages of Color #fea559

%0
%35
%65
%0

Triadic Colors of #fea559

#fea559 #59fea5 #a559fe

Analogous Colors of #fea559

#fea559 #fef859 #fe5960

Monochromatic Colors of #fea559

#fea559

Complementary Color

#fea559 #59b2fe

#fea559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea559 Color CSS Codes

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

#fea559 Text Font Color

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

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


#fea559 Background Color

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

This div background color is #fea559


#fea559 Border Color

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

This div border color is #fea559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea559


Comments

No comments written yet.

Please login to write comment.