Color Hex Logo

#fea76f Color Hex

#FEA76F
(254,167,111)
0 Favorites   0 Comments

Color spaces of #fea76f

RGB 254167111
HSL0.070.990.72
HSV23°56°100°
CMYK 0.000.340.56   0.00
XYZ57.561049.856021.6283
Yxy49.85600.44610.3863
Hunter Lab70.608821.949731.2649
CIE-Lab75.980826.556741.8930

#fea76f color RGB value is (254,167,111).

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

The process color (four color CMYK) of #fea76f color hex is 0.00, 0.34, 0.56, 0.00. Web safe color of #fea76f is #ff9966. Color #fea76f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100111 01101111
Octal 376 247 157
Decimal 254 167 111
Hex FE A7 6F

RGB Percentages of Color #fea76f

%47.74
%31.39
%20.86

CMYK Percentages of Color #fea76f

%0
%34
%56
%0

Triadic Colors of #fea76f

#fea76f #6ffea7 #a76ffe

Analogous Colors of #fea76f

#fea76f #feef6f #fe6f7f

Monochromatic Colors of #fea76f

#fea76f

Complementary Color

#fea76f #6fc6fe

#fea76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea76f Color CSS Codes

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

#fea76f Text Font Color

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

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


#fea76f Background Color

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

This div background color is #fea76f


#fea76f Border Color

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

This div border color is #fea76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea76f


Comments

No comments written yet.

Please login to write comment.