Shades of Cherokee #F8C986
Tints of Cherokee #F8C986
RGB
CMYK
RGB Variations
Color information
#F8C986 (or 0xF8C986) is known color: Cherokee. HEX triplet: F8, C9 and 86. RGB value is (248,201,134). Sum of RGB (Red+Green+Blue) = 248+201+134=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 134 (52.73% from 255 or 22.98% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C986 is #073679. Grayscale: #CFCFCF. Windows color (decimal): -472698 or 8833528. OLE color: 8833528.
HSL color Cylindrical-coordinate representation of color #F8C986: hue angle of 35.26º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F8C986 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 201 | 134 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.03 |
| HSL | 35.26º | 0.89% | 0.75% | - |
| HSV(B) | 35.26º | 0.46% | 0.97% | - |
| XYZ | 63.9 | 63.45 | 31.43 | - |
| YUV | 207.42 | 86.57 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 201 | 134 | 0 | 0.19 | 0.46 | 0.03 | 35.26 | 0.89 | 0.75 |
| Hex | F8 | C9 | 86 | 0 | 13 | 2E | 3 | 23 | 59 | 4B |
| Octal | 370 | 311 | 206 | 0 | 23 | 56 | 3 | 43 | 131 | 113 |
| Binary | 11111000 | 11001001 | 10000110 | 0 | 10011 | 101110 | 11 | 100011 | 1011001 | 1001011 |
Color Harmonies of #F8C986
Complementary color
Monochromatic Colors of #F8C986
Black with #F8C986
Text Example
Text Example
White with #F8C986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C986; }
p { color: rgb(248,201,134); }
H1.HeaderClassName
{
color: #F8C986;
}
.AnyTagClassName
{
color: #F8C986;
}
</style>
background-color css
<style>
a { background-color: #F8C986; }
a { background-color: rgb(248,201,134); }
div.DivClassName
{
background-color: #F8C986;
}
.BgClassName
{
background-color: #F8C986;
}
</style>
border-color css
<style>
span { border-color: #F8C986; }
span { border-color: rgb(248,201,134); }
td.TdClassName
{
border-color: #F8C986;
}
.TagClassName
{
border-color: #F8C986;
}
</style>