Shades of Cherokee #F8CB83
Tints of Cherokee #F8CB83
RGB
CMYK
RGB Variations
Color information
#F8CB83 (or 0xF8CB83) is known color: Cherokee. HEX triplet: F8, CB and 83. RGB value is (248,203,131). Sum of RGB (Red+Green+Blue) = 248+203+131=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 131 (51.56% from 255 or 22.51% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CB83 is #07347C. Grayscale: #D0D0D0. Windows color (decimal): -472189 or 8637432. OLE color: 8637432.
HSL color Cylindrical-coordinate representation of color #F8CB83: hue angle of 36.92º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F8CB83 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 131 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.03 |
| HSL | 36.92º | 0.89% | 0.74% | - |
| HSV(B) | 36.92º | 0.47% | 0.97% | - |
| XYZ | 64.16 | 64.31 | 30.5 | - |
| YUV | 208.25 | 84.41 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 131 | 0 | 0.18 | 0.47 | 0.03 | 36.92 | 0.89 | 0.74 |
| Hex | F8 | CB | 83 | 0 | 12 | 2F | 3 | 25 | 59 | 4A |
| Octal | 370 | 313 | 203 | 0 | 22 | 57 | 3 | 45 | 131 | 112 |
| Binary | 11111000 | 11001011 | 10000011 | 0 | 10010 | 101111 | 11 | 100101 | 1011001 | 1001010 |
Color Harmonies of #F8CB83
Complementary color
Monochromatic Colors of #F8CB83
Black with #F8CB83
Text Example
Text Example
White with #F8CB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CB83; }
p { color: rgb(248,203,131); }
H1.HeaderClassName
{
color: #F8CB83;
}
.AnyTagClassName
{
color: #F8CB83;
}
</style>
background-color css
<style>
a { background-color: #F8CB83; }
a { background-color: rgb(248,203,131); }
div.DivClassName
{
background-color: #F8CB83;
}
.BgClassName
{
background-color: #F8CB83;
}
</style>
border-color css
<style>
span { border-color: #F8CB83; }
span { border-color: rgb(248,203,131); }
td.TdClassName
{
border-color: #F8CB83;
}
.TagClassName
{
border-color: #F8CB83;
}
</style>