Color Hex Logo

#fea15f Color Hex

#FEA15F
(254,161,95)
0 Favorites   0 Comments

Color spaces of #fea15f

RGB 25416195
HSL0.070.990.68
HSV25°63°100°
CMYK 0.000.370.63   0.00
XYZ55.683547.386817.0382
Yxy47.38680.46360.3945
Hunter Lab68.838123.923033.5117
CIE-Lab74.436528.562848.1501

#fea15f color RGB value is (254,161,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100001 01011111
Octal 376 241 137
Decimal 254 161 95
Hex FE A1 5F

RGB Percentages of Color #fea15f

%49.80
%31.57
%18.63

CMYK Percentages of Color #fea15f

%0
%37
%63
%0

Triadic Colors of #fea15f

#fea15f #5ffea1 #a15ffe

Analogous Colors of #fea15f

#fea15f #fef15f #fe5f6d

Monochromatic Colors of #fea15f

#fea15f

Complementary Color

#fea15f #5fbcfe

#fea15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea15f Color CSS Codes

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

#fea15f Text Font Color

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

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


#fea15f Background Color

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

This div background color is #fea15f


#fea15f Border Color

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

This div border color is #fea15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea15f


Comments

No comments written yet.

Please login to write comment.