Color Hex Logo

#fa916f Color Hex

#FA916F
(250,145,111)
0 Favorites   0 Comments

Color spaces of #fa916f

RGB 250145111
HSL0.040.930.71
HSV15°56°98°
CMYK 0.000.420.56   0.02
XYZ52.419041.722520.3294
Yxy41.72250.45790.3645
Hunter Lab64.593031.820126.5547
CIE-Lab70.679236.417135.1367

#fa916f color RGB value is (250,145,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010001 01101111
Octal 372 221 157
Decimal 250 145 111
Hex FA 91 6F

RGB Percentages of Color #fa916f

%49.41
%28.66
%21.94

CMYK Percentages of Color #fa916f

%0
%42
%56
%2

Triadic Colors of #fa916f

#fa916f #6ffa91 #916ffa

Analogous Colors of #fa916f

#fa916f #fad76f #fa6f93

Monochromatic Colors of #fa916f

#fa916f

Complementary Color

#fa916f #6fd8fa

#fa916f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa916f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa916f Color CSS Codes

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

#fa916f Text Font Color

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

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


#fa916f Background Color

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

This div background color is #fa916f


#fa916f Border Color

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

This div border color is #fa916f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa916f


Comments

No comments written yet.

Please login to write comment.