Shades of Cherokee #FAC586
Tints of Cherokee #FAC586
RGB
CMYK
RGB Variations
Color information
#FAC586 (or 0xFAC586) is known color: 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
| RGB | 250 | 197 | 134 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.02 |
| HSL | 32.59º | 0.92% | 0.75% | - |
| HSV(B) | 32.59º | 0.46% | 0.98% | - |
| XYZ | 63.69 | 61.98 | 31.16 | - |
| YUV | 205.67 | 87.56 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 134 | 0 | 0.21 | 0.46 | 0.02 | 32.59 | 0.92 | 0.75 |
| Hex | FA | C5 | 86 | 0 | 15 | 2E | 2 | 21 | 5C | 4B |
| Octal | 372 | 305 | 206 | 0 | 25 | 56 | 2 | 41 | 134 | 113 |
| Binary | 11111010 | 11000101 | 10000110 | 0 | 10101 | 101110 | 10 | 100001 | 1011100 | 1001011 |
Color Harmonies of #FAC586
Complementary color
Monochromatic Colors of #FAC586
Black with #FAC586
Text Example
Text Example
White with #FAC586
Text Example
Text Example
HTML Codes & Css Web 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>