#FAC586

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

Shades of Cherokee #FAC586

Tints of Cherokee #FAC586

Color information

#FAC586 (or 0xFAC586) is unknown color: approx Cherokee. HEX triplet: FA, C5 and 86. RGB value is (250,197,134). Sum of RGB (Red+Green+Blue) = 250+197+134=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 197 (77.34% from 255 or 33.91% from 581); Blue value is 134 (52.73% from 255 or 23.06% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC586 is #053A79. Grayscale: #CDCDCD. Windows color (decimal): -342650 or 8832506. OLE color: 8832506.

HSL color Cylindrical-coordinate representation of color #FAC586: hue angle of 32.59º 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 #FAC586 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB250197134-
CMYK00.210.460.02
HSL32.59º92.06%75.29%-
HSV(B)32.59º46.4%98.04%-
XYZ63.6961.9831.16-
YUV205.6787.56159.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.03%
GREEN value IS 197 (77.34% from 255) = 33.91%
BLUE value IS 134 (52.73% from 255) = 23.06%
R=43.03%
G=33.91%
B=23.06%

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
Decimal25019713400.210.460.0232.5992.0675.29
HexFAC5860152E2215c4b
Octal37230520602556241134113
Binary1111101011000101100001100101011011101010000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC586; }

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

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

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

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

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

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

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

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