Color Hex Logo

#fea15c Color Hex

#FEA15C
(254,161,92)
0 Favorites   0 Comments

Color spaces of #fea15c

RGB 25416192
HSL0.070.990.68
HSV26°64°100°
CMYK 0.000.370.64   0.00
XYZ55.549747.333316.3337
Yxy47.33330.46600.3970
Hunter Lab68.799223.725534.0833
CIE-Lab74.402528.374249.5977

#fea15c color RGB value is (254,161,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100001 01011100
Octal 376 241 134
Decimal 254 161 92
Hex FE A1 5C

RGB Percentages of Color #fea15c

%50.10
%31.76
%18.15

CMYK Percentages of Color #fea15c

%0
%37
%64
%0

Triadic Colors of #fea15c

#fea15c #5cfea1 #a15cfe

Analogous Colors of #fea15c

#fea15c #fef25c #fe5c68

Monochromatic Colors of #fea15c

#fea15c

Complementary Color

#fea15c #5cb9fe

#fea15c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea15c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea15c Color CSS Codes

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

#fea15c Text Font Color

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

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


#fea15c Background Color

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

This div background color is #fea15c


#fea15c Border Color

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

This div border color is #fea15c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea15c

Related Colors


Comments

No comments written yet.

Please login to write comment.