Color Hex Logo

#faa760 Color Hex

#FAA760
(250,167,96)
0 Favorites   0 Comments

Color spaces of #faa760

RGB 25016796
HSL0.080.940.68
HSV28°62°98°
CMYK 0.000.330.62   0.02
XYZ55.354448.806017.5693
Yxy48.80600.45470.4009
Hunter Lab69.861319.176733.9922
CIE-Lab75.330523.883648.5830

#faa760 color RGB value is (250,167,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100111 01100000
Octal 372 247 140
Decimal 250 167 96
Hex FA A7 60

RGB Percentages of Color #faa760

%48.73
%32.55
%18.71

CMYK Percentages of Color #faa760

%0
%33
%62
%2

Triadic Colors of #faa760

#faa760 #60faa7 #a760fa

Analogous Colors of #faa760

#faa760 #faf460 #fa6066

Monochromatic Colors of #faa760

#faa760

Complementary Color

#faa760 #60b3fa

#faa760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa760 Color CSS Codes

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

#faa760 Text Font Color

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

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


#faa760 Background Color

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

This div background color is #faa760


#faa760 Border Color

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

This div border color is #faa760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa760


Comments

No comments written yet.

Please login to write comment.