Color Hex Logo

#faa066 Color Hex

#FAA066
(250,160,102)
0 Favorites   0 Comments

Color spaces of #faa066

RGB 250160102
HSL0.070.940.69
HSV24°59°98°
CMYK 0.000.360.59   0.02
XYZ54.393446.424918.6644
Yxy46.42490.45520.3885
Hunter Lab68.135823.260431.4538
CIE-Lab73.820427.962143.7626

#faa066 color RGB value is (250,160,102).

#faa066 hex color red value is 250, green value is 160 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #faa066 hue: 0.07 , saturation: 0.94 and the lightness value of faa066 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100000 01100110
Octal 372 240 146
Decimal 250 160 102
Hex FA A0 66

RGB Percentages of Color #faa066

%48.83
%31.25
%19.92

CMYK Percentages of Color #faa066

%0
%36
%59
%2

Triadic Colors of #faa066

#faa066 #66faa0 #a066fa

Analogous Colors of #faa066

#faa066 #faea66 #fa6676

Monochromatic Colors of #faa066

#faa066

Complementary Color

#faa066 #66c0fa

#faa066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa066 Color CSS Codes

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

#faa066 Text Font Color

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

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


#faa066 Background Color

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

This div background color is #faa066


#faa066 Border Color

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

This div border color is #faa066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa066


Comments

No comments written yet.

Please login to write comment.