Color Hex Logo

#faa76f Color Hex

#FAA76F
(250,167,111)
0 Favorites   0 Comments

Color spaces of #faa76f

RGB 250167111
HSL0.070.930.71
HSV24°56°98°
CMYK 0.000.330.56   0.02
XYZ56.112349.109121.5605
Yxy49.10910.44260.3874
Hunter Lab70.077920.291030.8131
CIE-Lab75.519224.967441.2191

#faa76f color RGB value is (250,167,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100111 01101111
Octal 372 247 157
Decimal 250 167 111
Hex FA A7 6F

RGB Percentages of Color #faa76f

%47.35
%31.63
%21.02

CMYK Percentages of Color #faa76f

%0
%33
%56
%2

Triadic Colors of #faa76f

#faa76f #6ffaa7 #a76ffa

Analogous Colors of #faa76f

#faa76f #faed6f #fa6f7d

Monochromatic Colors of #faa76f

#faa76f

Complementary Color

#faa76f #6fc2fa

#faa76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa76f Color CSS Codes

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

#faa76f Text Font Color

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

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


#faa76f Background Color

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

This div background color is #faa76f


#faa76f Border Color

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

This div border color is #faa76f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,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 #faa76f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa76f


Comments

No comments written yet.

Please login to write comment.