Shades of Cherokee #F8CB81
Tints of Cherokee #F8CB81
RGB
CMYK
RGB Variations
Color information
#F8CB81 (or 0xF8CB81) is known color: Cherokee. HEX triplet: F8, CB and 81. RGB value is (248,203,129). Sum of RGB (Red+Green+Blue) = 248+203+129=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 129 (50.78% from 255 or 22.24% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CB81 is #07347E. Grayscale: #D0D0D0. Windows color (decimal): -472191 or 8506360. OLE color: 8506360.
HSL color Cylindrical-coordinate representation of color #F8CB81: hue angle of 37.31º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8CB81 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 129 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.03 |
| HSL | 37.31º | 0.89% | 0.74% | - |
| HSV(B) | 37.31º | 0.48% | 0.97% | - |
| XYZ | 64.03 | 64.25 | 29.8 | - |
| YUV | 208.02 | 83.41 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 129 | 0 | 0.18 | 0.48 | 0.03 | 37.31 | 0.89 | 0.74 |
| Hex | F8 | CB | 81 | 0 | 12 | 30 | 3 | 25 | 59 | 4A |
| Octal | 370 | 313 | 201 | 0 | 22 | 60 | 3 | 45 | 131 | 112 |
| Binary | 11111000 | 11001011 | 10000001 | 0 | 10010 | 110000 | 11 | 100101 | 1011001 | 1001010 |
Color Harmonies of #F8CB81
Complementary color
Monochromatic Colors of #F8CB81
Black with #F8CB81
Text Example
Text Example
White with #F8CB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CB81; }
p { color: rgb(248,203,129); }
H1.HeaderClassName
{
color: #F8CB81;
}
.AnyTagClassName
{
color: #F8CB81;
}
</style>
background-color css
<style>
a { background-color: #F8CB81; }
a { background-color: rgb(248,203,129); }
div.DivClassName
{
background-color: #F8CB81;
}
.BgClassName
{
background-color: #F8CB81;
}
</style>
border-color css
<style>
span { border-color: #F8CB81; }
span { border-color: rgb(248,203,129); }
td.TdClassName
{
border-color: #F8CB81;
}
.TagClassName
{
border-color: #F8CB81;
}
</style>