Color Hex Logo

#fa866e Color Hex

#FA866E
(250,134,110)
0 Favorites   0 Comments

Color spaces of #fa866e

RGB 250134110
HSL0.030.930.71
HSV10°56°98°
CMYK 0.000.460.56   0.02
XYZ50.763938.500019.5075
Yxy38.50000.46670.3540
Hunter Lab62.048437.452324.7936
CIE-Lab68.387541.933132.7473

#fa866e color RGB value is (250,134,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000110 01101110
Octal 372 206 156
Decimal 250 134 110
Hex FA 86 6E

RGB Percentages of Color #fa866e

%50.61
%27.13
%22.27

CMYK Percentages of Color #fa866e

%0
%46
%56
%2

Triadic Colors of #fa866e

#fa866e #6efa86 #866efa

Analogous Colors of #fa866e

#fa866e #facc6e #fa6e9c

Monochromatic Colors of #fa866e

#fa866e

Complementary Color

#fa866e #6ee2fa

#fa866e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa866e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa866e Color CSS Codes

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

#fa866e Text Font Color

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

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


#fa866e Background Color

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

This div background color is #fa866e


#fa866e Border Color

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

This div border color is #fa866e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,134,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa866e


Comments

No comments written yet.

Please login to write comment.