Shades of Cherokee #F8C884
Tints of Cherokee #F8C884
RGB
CMYK
RGB Variations
Color information
#F8C884 (or 0xF8C884) is known color: Cherokee. HEX triplet: F8, C8 and 84. RGB value is (248,200,132). Sum of RGB (Red+Green+Blue) = 248+200+132=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 132 (51.95% from 255 or 22.76% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C884 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C884 is #07377B. Grayscale: #CECECE. Windows color (decimal): -472956 or 8702200. OLE color: 8702200.
HSL color Cylindrical-coordinate representation of color #F8C884: hue angle of 35.17º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F8C884 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 200 | 132 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.03 |
| HSL | 35.17º | 0.89% | 0.75% | - |
| HSV(B) | 35.17º | 0.47% | 0.97% | - |
| XYZ | 63.53 | 62.93 | 30.63 | - |
| YUV | 206.6 | 85.9 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 132 | 0 | 0.19 | 0.47 | 0.03 | 35.17 | 0.89 | 0.75 |
| Hex | F8 | C8 | 84 | 0 | 13 | 2F | 3 | 23 | 59 | 4B |
| Octal | 370 | 310 | 204 | 0 | 23 | 57 | 3 | 43 | 131 | 113 |
| Binary | 11111000 | 11001000 | 10000100 | 0 | 10011 | 101111 | 11 | 100011 | 1011001 | 1001011 |
Color Harmonies of #F8C884
Complementary color
Monochromatic Colors of #F8C884
Black with #F8C884
Text Example
Text Example
White with #F8C884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C884; }
p { color: rgb(248,200,132); }
H1.HeaderClassName
{
color: #F8C884;
}
.AnyTagClassName
{
color: #F8C884;
}
</style>
background-color css
<style>
a { background-color: #F8C884; }
a { background-color: rgb(248,200,132); }
div.DivClassName
{
background-color: #F8C884;
}
.BgClassName
{
background-color: #F8C884;
}
</style>
border-color css
<style>
span { border-color: #F8C884; }
span { border-color: rgb(248,200,132); }
td.TdClassName
{
border-color: #F8C884;
}
.TagClassName
{
border-color: #F8C884;
}
</style>