Shades of Cherokee #F8CF8B
Tints of Cherokee #F8CF8B
RGB
CMYK
RGB Variations
Color information
#F8CF8B (or 0xF8CF8B) is known color: Cherokee. HEX triplet: F8, CF and 8B. RGB value is (248,207,139). Sum of RGB (Red+Green+Blue) = 248+207+139=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CF8B is #073074. Grayscale: #D3D3D3. Windows color (decimal): -471157 or 9162744. OLE color: 9162744.
HSL color Cylindrical-coordinate representation of color #F8CF8B: hue angle of 37.43º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8CF8B is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 139 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.03 |
| HSL | 37.43º | 0.89% | 0.76% | - |
| HSV(B) | 37.43º | 0.44% | 0.97% | - |
| XYZ | 65.68 | 66.45 | 33.79 | - |
| YUV | 211.51 | 87.08 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 139 | 0 | 0.17 | 0.44 | 0.03 | 37.43 | 0.89 | 0.76 |
| Hex | F8 | CF | 8B | 0 | 11 | 2C | 3 | 25 | 59 | 4C |
| Octal | 370 | 317 | 213 | 0 | 21 | 54 | 3 | 45 | 131 | 114 |
| Binary | 11111000 | 11001111 | 10001011 | 0 | 10001 | 101100 | 11 | 100101 | 1011001 | 1001100 |
Color Harmonies of #F8CF8B
Complementary color
Monochromatic Colors of #F8CF8B
Black with #F8CF8B
Text Example
Text Example
White with #F8CF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CF8B; }
p { color: rgb(248,207,139); }
H1.HeaderClassName
{
color: #F8CF8B;
}
.AnyTagClassName
{
color: #F8CF8B;
}
</style>
background-color css
<style>
a { background-color: #F8CF8B; }
a { background-color: rgb(248,207,139); }
div.DivClassName
{
background-color: #F8CF8B;
}
.BgClassName
{
background-color: #F8CF8B;
}
</style>
border-color css
<style>
span { border-color: #F8CF8B; }
span { border-color: rgb(248,207,139); }
td.TdClassName
{
border-color: #F8CF8B;
}
.TagClassName
{
border-color: #F8CF8B;
}
</style>