Shades of Cherokee #F8C288
Tints of Cherokee #F8C288
RGB
CMYK
RGB Variations
Color information
#F8C288 (or 0xF8C288) is known color: Cherokee. HEX triplet: F8, C2 and 88. RGB value is (248,194,136). Sum of RGB (Red+Green+Blue) = 248+194+136=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 136 (53.52% from 255 or 23.53% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C288 is #073D77. Grayscale: #CBCBCB. Windows color (decimal): -474488 or 8962808. OLE color: 8962808.
HSL color Cylindrical-coordinate representation of color #F8C288: hue angle of 31.07º 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 #F8C288 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 136 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.03 |
| HSL | 31.07º | 0.89% | 0.75% | - |
| HSV(B) | 31.07º | 0.45% | 0.97% | - |
| XYZ | 62.45 | 60.32 | 31.64 | - |
| YUV | 203.53 | 89.89 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 136 | 0 | 0.22 | 0.45 | 0.03 | 31.07 | 0.89 | 0.75 |
| Hex | F8 | C2 | 88 | 0 | 16 | 2D | 3 | 1F | 59 | 4B |
| Octal | 370 | 302 | 210 | 0 | 26 | 55 | 3 | 37 | 131 | 113 |
| Binary | 11111000 | 11000010 | 10001000 | 0 | 10110 | 101101 | 11 | 11111 | 1011001 | 1001011 |
Color Harmonies of #F8C288
Complementary color
Monochromatic Colors of #F8C288
Black with #F8C288
Text Example
Text Example
White with #F8C288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C288; }
p { color: rgb(248,194,136); }
H1.HeaderClassName
{
color: #F8C288;
}
.AnyTagClassName
{
color: #F8C288;
}
</style>
background-color css
<style>
a { background-color: #F8C288; }
a { background-color: rgb(248,194,136); }
div.DivClassName
{
background-color: #F8C288;
}
.BgClassName
{
background-color: #F8C288;
}
</style>
border-color css
<style>
span { border-color: #F8C288; }
span { border-color: rgb(248,194,136); }
td.TdClassName
{
border-color: #F8C288;
}
.TagClassName
{
border-color: #F8C288;
}
</style>