Shades of Cherokee #F8CB8D
Tints of Cherokee #F8CB8D
RGB
CMYK
RGB Variations
Color information
#F8CB8D (or 0xF8CB8D) is known color: Cherokee. HEX triplet: F8, CB and 8D. RGB value is (248,203,141). Sum of RGB (Red+Green+Blue) = 248+203+141=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CB8D is #073472. Grayscale: #D1D1D1. Windows color (decimal): -472179 or 9292792. OLE color: 9292792.
HSL color Cylindrical-coordinate representation of color #F8CB8D: hue angle of 34.77º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8CB8D is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 141 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.03 |
| HSL | 34.77º | 0.88% | 0.76% | - |
| HSV(B) | 34.77º | 0.43% | 0.97% | - |
| XYZ | 64.88 | 64.59 | 34.25 | - |
| YUV | 209.39 | 89.41 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 141 | 0 | 0.18 | 0.43 | 0.03 | 34.77 | 0.88 | 0.76 |
| Hex | F8 | CB | 8D | 0 | 12 | 2B | 3 | 23 | 58 | 4C |
| Octal | 370 | 313 | 215 | 0 | 22 | 53 | 3 | 43 | 130 | 114 |
| Binary | 11111000 | 11001011 | 10001101 | 0 | 10010 | 101011 | 11 | 100011 | 1011000 | 1001100 |
Color Harmonies of #F8CB8D
Complementary color
Monochromatic Colors of #F8CB8D
Black with #F8CB8D
Text Example
Text Example
White with #F8CB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CB8D; }
p { color: rgb(248,203,141); }
H1.HeaderClassName
{
color: #F8CB8D;
}
.AnyTagClassName
{
color: #F8CB8D;
}
</style>
background-color css
<style>
a { background-color: #F8CB8D; }
a { background-color: rgb(248,203,141); }
div.DivClassName
{
background-color: #F8CB8D;
}
.BgClassName
{
background-color: #F8CB8D;
}
</style>
border-color css
<style>
span { border-color: #F8CB8D; }
span { border-color: rgb(248,203,141); }
td.TdClassName
{
border-color: #F8CB8D;
}
.TagClassName
{
border-color: #F8CB8D;
}
</style>