Color Hex Logo

#faa66d Color Hex

#FAA66D
(250,166,109)
0 Favorites   0 Comments

Color spaces of #faa66d

RGB 250166109
HSL0.070.930.70
HSV24°56°98°
CMYK 0.000.340.56   0.02
XYZ55.820948.700620.9261
Yxy48.70060.44500.3882
Hunter Lab69.785820.655031.0713
CIE-Lab75.264725.336941.9351

#faa66d color RGB value is (250,166,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100110 01101101
Octal 372 246 155
Decimal 250 166 109
Hex FA A6 6D

RGB Percentages of Color #faa66d

%47.62
%31.62
%20.76

CMYK Percentages of Color #faa66d

%0
%34
%56
%2

Triadic Colors of #faa66d

#faa66d #6dfaa6 #a66dfa

Analogous Colors of #faa66d

#faa66d #faed6d #fa6d7b

Monochromatic Colors of #faa66d

#faa66d

Complementary Color

#faa66d #6dc1fa

#faa66d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa66d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa66d Color CSS Codes

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

#faa66d Text Font Color

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

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


#faa66d Background Color

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

This div background color is #faa66d


#faa66d Border Color

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

This div border color is #faa66d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa66d

Related Colors


Comments

No comments written yet.

Please login to write comment.