Shades of Cherokee #F8CB84
Tints of Cherokee #F8CB84
RGB
CMYK
RGB Variations
Color information
#F8CB84 (or 0xF8CB84) is known color: Cherokee. HEX triplet: F8, CB and 84. RGB value is (248,203,132). Sum of RGB (Red+Green+Blue) = 248+203+132=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 132 (51.95% from 255 or 22.64% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CB84 is #07347B. Grayscale: #D0D0D0. Windows color (decimal): -472188 or 8702968. OLE color: 8702968.
HSL color Cylindrical-coordinate representation of color #F8CB84: hue angle of 36.72º 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 #F8CB84 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 132 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.03 |
| HSL | 36.72º | 0.89% | 0.75% | - |
| HSV(B) | 36.72º | 0.47% | 0.97% | - |
| XYZ | 64.23 | 64.33 | 30.86 | - |
| YUV | 208.36 | 84.91 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 132 | 0 | 0.18 | 0.47 | 0.03 | 36.72 | 0.89 | 0.75 |
| Hex | F8 | CB | 84 | 0 | 12 | 2F | 3 | 25 | 59 | 4B |
| Octal | 370 | 313 | 204 | 0 | 22 | 57 | 3 | 45 | 131 | 113 |
| Binary | 11111000 | 11001011 | 10000100 | 0 | 10010 | 101111 | 11 | 100101 | 1011001 | 1001011 |
Color Harmonies of #F8CB84
Complementary color
Monochromatic Colors of #F8CB84
Black with #F8CB84
Text Example
Text Example
White with #F8CB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CB84; }
p { color: rgb(248,203,132); }
H1.HeaderClassName
{
color: #F8CB84;
}
.AnyTagClassName
{
color: #F8CB84;
}
</style>
background-color css
<style>
a { background-color: #F8CB84; }
a { background-color: rgb(248,203,132); }
div.DivClassName
{
background-color: #F8CB84;
}
.BgClassName
{
background-color: #F8CB84;
}
</style>
border-color css
<style>
span { border-color: #F8CB84; }
span { border-color: rgb(248,203,132); }
td.TdClassName
{
border-color: #F8CB84;
}
.TagClassName
{
border-color: #F8CB84;
}
</style>