Color Hex Logo

#faa66e Color Hex

#FAA66E
(250,166,110)
0 Favorites   0 Comments

Color spaces of #faa66e

RGB 250166110
HSL0.070.930.71
HSV24°56°98°
CMYK 0.000.340.56   0.02
XYZ55.875048.722221.2112
Yxy48.72220.44410.3873
Hunter Lab69.801320.734630.8439
CIE-Lab75.278225.414041.4366

#faa66e color RGB value is (250,166,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100110 01101110
Octal 372 246 156
Decimal 250 166 110
Hex FA A6 6E

RGB Percentages of Color #faa66e

%47.53
%31.56
%20.91

CMYK Percentages of Color #faa66e

%0
%34
%56
%2

Triadic Colors of #faa66e

#faa66e #6efaa6 #a66efa

Analogous Colors of #faa66e

#faa66e #faec6e #fa6e7c

Monochromatic Colors of #faa66e

#faa66e

Complementary Color

#faa66e #6ec2fa

#faa66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa66e Color CSS Codes

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

#faa66e Text Font Color

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

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


#faa66e Background Color

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

This div background color is #faa66e


#faa66e Border Color

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

This div border color is #faa66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa66e


Comments

No comments written yet.

Please login to write comment.