Color Hex Logo

#fa866c Color Hex

#FA866C
(250,134,108)
0 Favorites   0 Comments

Color spaces of #fa866c

RGB 250134108
HSL0.030.930.70
HSV11°57°98°
CMYK 0.000.460.57   0.02
XYZ50.656238.456918.9404
Yxy38.45690.46880.3559
Hunter Lab62.013637.284925.3010
CIE-Lab68.356041.781833.7963

#fa866c color RGB value is (250,134,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000110 01101100
Octal 372 206 154
Decimal 250 134 108
Hex FA 86 6C

RGB Percentages of Color #fa866c

%50.81
%27.24
%21.95

CMYK Percentages of Color #fa866c

%0
%46
%57
%2

Triadic Colors of #fa866c

#fa866c #6cfa86 #866cfa

Analogous Colors of #fa866c

#fa866c #facd6c #fa6c99

Monochromatic Colors of #fa866c

#fa866c

Complementary Color

#fa866c #6ce0fa

#fa866c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa866c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa866c Color CSS Codes

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

#fa866c Text Font Color

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

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


#fa866c Background Color

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

This div background color is #fa866c


#fa866c Border Color

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

This div border color is #fa866c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa866c


Comments

No comments written yet.

Please login to write comment.