Color Hex Logo

#faa660 Color Hex

#FAA660
(250,166,96)
0 Favorites   0 Comments

Color spaces of #faa660

RGB 25016696
HSL0.080.940.68
HSV27°62°98°
CMYK 0.000.340.62   0.02
XYZ55.171948.441017.5085
Yxy48.44100.45550.3999
Hunter Lab69.599619.698533.8047
CIE-Lab75.102224.408048.3152

#faa660 color RGB value is (250,166,96).

#faa660 hex color red value is 250, green value is 166 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #faa660 hue: 0.08 , saturation: 0.94 and the lightness value of faa660 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100110 01100000
Octal 372 246 140
Decimal 250 166 96
Hex FA A6 60

RGB Percentages of Color #faa660

%48.83
%32.42
%18.75

CMYK Percentages of Color #faa660

%0
%34
%62
%2

Triadic Colors of #faa660

#faa660 #60faa6 #a660fa

Analogous Colors of #faa660

#faa660 #faf360 #fa6067

Monochromatic Colors of #faa660

#faa660

Complementary Color

#faa660 #60b4fa

#faa660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa660 Color CSS Codes

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

#faa660 Text Font Color

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

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


#faa660 Background Color

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

This div background color is #faa660


#faa660 Border Color

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

This div border color is #faa660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa660


Comments

No comments written yet.

Please login to write comment.