Shades of Cherokee #FAC686
Tints of Cherokee #FAC686
RGB
CMYK
RGB Variations
Color information
#FAC686 (or 0xFAC686) is known color: Cherokee. HEX triplet: FA, C6 and 86. RGB value is (250,198,134). Sum of RGB (Red+Green+Blue) = 250+198+134=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 198 (77.73% from 255 or 34.02% from 582); Blue value is 134 (52.73% from 255 or 23.02% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC686 is #053979. Grayscale: #CECECE. Windows color (decimal): -342394 or 8832762. OLE color: 8832762.
HSL color Cylindrical-coordinate representation of color #FAC686: hue angle of 33.1º 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 #FAC686 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 134 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.02 |
| HSL | 33.1º | 0.92% | 0.75% | - |
| HSV(B) | 33.1º | 0.46% | 0.98% | - |
| XYZ | 63.92 | 62.43 | 31.24 | - |
| YUV | 206.25 | 87.23 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 134 | 0 | 0.21 | 0.46 | 0.02 | 33.1 | 0.92 | 0.75 |
| Hex | FA | C6 | 86 | 0 | 15 | 2E | 2 | 21 | 5C | 4B |
| Octal | 372 | 306 | 206 | 0 | 25 | 56 | 2 | 41 | 134 | 113 |
| Binary | 11111010 | 11000110 | 10000110 | 0 | 10101 | 101110 | 10 | 100001 | 1011100 | 1001011 |
Color Harmonies of #FAC686
Complementary color
Monochromatic Colors of #FAC686
Black with #FAC686
Text Example
Text Example
White with #FAC686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC686; }
p { color: rgb(250,198,134); }
H1.HeaderClassName
{
color: #FAC686;
}
.AnyTagClassName
{
color: #FAC686;
}
</style>
background-color css
<style>
a { background-color: #FAC686; }
a { background-color: rgb(250,198,134); }
div.DivClassName
{
background-color: #FAC686;
}
.BgClassName
{
background-color: #FAC686;
}
</style>
border-color css
<style>
span { border-color: #FAC686; }
span { border-color: rgb(250,198,134); }
td.TdClassName
{
border-color: #FAC686;
}
.TagClassName
{
border-color: #FAC686;
}
</style>