Color Hex Logo

#fea05e Color Hex

#FEA05E
(254,160,94)
0 Favorites   0 Comments

Color spaces of #fea05e

RGB 25416094
HSL0.070.990.68
HSV25°63°100°
CMYK 0.000.370.63   0.00
XYZ55.464247.020616.7423
Yxy47.02060.46520.3944
Hunter Lab68.571624.379733.5240
CIE-Lab74.202929.019648.3749

#fea05e color RGB value is (254,160,94).

#fea05e hex color red value is 254, green value is 160 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fea05e hue: 0.07 , saturation: 0.99 and the lightness value of fea05e is 0.68.

The process color (four color CMYK) of #fea05e color hex is 0.00, 0.37, 0.63, 0.00. Web safe color of #fea05e is #ff9966. Color #fea05e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100000 01011110
Octal 376 240 136
Decimal 254 160 94
Hex FE A0 5E

RGB Percentages of Color #fea05e

%50.00
%31.50
%18.50

CMYK Percentages of Color #fea05e

%0
%37
%63
%0

Triadic Colors of #fea05e

#fea05e #5efea0 #a05efe

Analogous Colors of #fea05e

#fea05e #fef05e #fe5e6c

Monochromatic Colors of #fea05e

#fea05e

Complementary Color

#fea05e #5ebcfe

#fea05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea05e Color CSS Codes

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

#fea05e Text Font Color

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

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


#fea05e Background Color

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

This div background color is #fea05e


#fea05e Border Color

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

This div border color is #fea05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea05e


Comments

No comments written yet.

Please login to write comment.