Shades of Cherokee #F8C488
Tints of Cherokee #F8C488
RGB
CMYK
RGB Variations
Color information
#F8C488 (or 0xF8C488) is known color: Cherokee. HEX triplet: F8, C4 and 88. RGB value is (248,196,136). Sum of RGB (Red+Green+Blue) = 248+196+136=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 196 (76.95% from 255 or 33.79% from 580); Blue value is 136 (53.52% from 255 or 23.45% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C488 is #073B77. Grayscale: #CDCDCD. Windows color (decimal): -473976 or 8963320. OLE color: 8963320.
HSL color Cylindrical-coordinate representation of color #F8C488: hue angle of 32.14º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F8C488 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 196 | 136 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.03 |
| HSL | 32.14º | 0.89% | 0.75% | - |
| HSV(B) | 32.14º | 0.45% | 0.97% | - |
| XYZ | 62.9 | 61.21 | 31.79 | - |
| YUV | 204.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 196 | 136 | 0 | 0.21 | 0.45 | 0.03 | 32.14 | 0.89 | 0.75 |
| Hex | F8 | C4 | 88 | 0 | 15 | 2D | 3 | 20 | 59 | 4B |
| Octal | 370 | 304 | 210 | 0 | 25 | 55 | 3 | 40 | 131 | 113 |
| Binary | 11111000 | 11000100 | 10001000 | 0 | 10101 | 101101 | 11 | 100000 | 1011001 | 1001011 |
Color Harmonies of #F8C488
Complementary color
Monochromatic Colors of #F8C488
Black with #F8C488
Text Example
Text Example
White with #F8C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C488; }
p { color: rgb(248,196,136); }
H1.HeaderClassName
{
color: #F8C488;
}
.AnyTagClassName
{
color: #F8C488;
}
</style>
background-color css
<style>
a { background-color: #F8C488; }
a { background-color: rgb(248,196,136); }
div.DivClassName
{
background-color: #F8C488;
}
.BgClassName
{
background-color: #F8C488;
}
</style>
border-color css
<style>
span { border-color: #F8C488; }
span { border-color: rgb(248,196,136); }
td.TdClassName
{
border-color: #F8C488;
}
.TagClassName
{
border-color: #F8C488;
}
</style>