Color Hex Logo

#fa876f Color Hex

#FA876F
(250,135,111)
0 Favorites   0 Comments

Color spaces of #fa876f

RGB 250135111
HSL0.030.930.71
HSV10°56°98°
CMYK 0.000.460.56   0.02
XYZ50.957638.799619.8422
Yxy38.79960.46490.3540
Hunter Lab62.289337.020824.7158
CIE-Lab68.605941.507432.4826

#fa876f color RGB value is (250,135,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000111 01101111
Octal 372 207 157
Decimal 250 135 111
Hex FA 87 6F

RGB Percentages of Color #fa876f

%50.40
%27.22
%22.38

CMYK Percentages of Color #fa876f

%0
%46
%56
%2

Triadic Colors of #fa876f

#fa876f #6ffa87 #876ffa

Analogous Colors of #fa876f

#fa876f #facd6f #fa6f9d

Monochromatic Colors of #fa876f

#fa876f

Complementary Color

#fa876f #6fe2fa

#fa876f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa876f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa876f Color CSS Codes

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

#fa876f Text Font Color

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

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


#fa876f Background Color

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

This div background color is #fa876f


#fa876f Border Color

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

This div border color is #fa876f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa876f

Related Colors


Comments

No comments written yet.

Please login to write comment.