Color Hex Logo

#faa16e Color Hex

#FAA16E
(250,161,110)
0 Favorites   0 Comments

Color spaces of #faa16e

RGB 250161110
HSL0.060.930.71
HSV22°56°98°
CMYK 0.000.360.56   0.02
XYZ54.983746.939520.9141
Yxy46.93950.44760.3821
Hunter Lab68.512423.356029.8598
CIE-Lab74.151128.033140.0371

#faa16e color RGB value is (250,161,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100001 01101110
Octal 372 241 156
Decimal 250 161 110
Hex FA A1 6E

RGB Percentages of Color #faa16e

%47.98
%30.90
%21.11

CMYK Percentages of Color #faa16e

%0
%36
%56
%2

Triadic Colors of #faa16e

#faa16e #6efaa1 #a16efa

Analogous Colors of #faa16e

#faa16e #fae76e #fa6e81

Monochromatic Colors of #faa16e

#faa16e

Complementary Color

#faa16e #6ec7fa

#faa16e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa16e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa16e Color CSS Codes

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

#faa16e Text Font Color

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

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


#faa16e Background Color

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

This div background color is #faa16e


#faa16e Border Color

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

This div border color is #faa16e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa16e


Comments

No comments written yet.

Please login to write comment.