#FAC587

Color #FAC587 Cherokee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherokee #FAC587

Tints of Cherokee #FAC587

Color information

#FAC587 (or 0xFAC587) is unknown color: approx Cherokee. HEX triplet: FA, C5 and 87. RGB value is (250,197,135). Sum of RGB (Red+Green+Blue) = 250+197+135=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 135 (53.12% from 255 or 23.20% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC587 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC587 is #053A78. Grayscale: #CECECE. Windows color (decimal): -342649 or 8898042. OLE color: 8898042.

HSL color Cylindrical-coordinate representation of color #FAC587: hue angle of 32.35º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FAC587 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB250197135-
CMYK00.210.460.02
HSL32.35º92%75.49%-
HSV(B)32.35º46%98.04%-
XYZ63.7662.0131.53-
YUV205.7888.06159.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 42.96%
GREEN value IS 197 (77.34% from 255) = 33.85%
BLUE value IS 135 (53.12% from 255) = 23.20%
R=42.96%
G=33.85%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019713500.210.460.0232.359275.49
HexFAC5870152E2205c4b
Octal37230520702556240134113
Binary1111101011000101100001110101011011101010000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC587; }

 p { color: rgb(250,197,135); }

 H1.HeaderClassName
 {
   color: #FAC587;
 }
 .AnyTagClassName
 {
   color: #FAC587;
 }
</style>
background-color css

<style>
 a { background-color: #FAC587; }

 a { background-color: rgb(250,197,135); }

 div.DivClassName
 {
   background-color: #FAC587;
 }
 .BgClassName
 {
   background-color: #FAC587;
 }
</style>
border-color css

<style>
 span { border-color: #FAC587; }

 span { border-color: rgb(250,197,135); }

 td.TdClassName
 {
   border-color: #FAC587;
 }
 .TagClassName
 {
   border-color: #FAC587;
 }
</style>