Shades of Cherokee #F8CF8C
Tints of Cherokee #F8CF8C
RGB
CMYK
RGB Variations
Color information
#F8CF8C (or 0xF8CF8C) is known color: Cherokee. HEX triplet: F8, CF and 8C. RGB value is (248,207,140). Sum of RGB (Red+Green+Blue) = 248+207+140=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 140 (55.08% from 255 or 23.53% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CF8C is #073073. Grayscale: #D3D3D3. Windows color (decimal): -471156 or 9228280. OLE color: 9228280.
HSL color Cylindrical-coordinate representation of color #F8CF8C: hue angle of 37.22º 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 #F8CF8C is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 140 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.03 |
| HSL | 37.22º | 0.89% | 0.76% | - |
| HSV(B) | 37.22º | 0.44% | 0.97% | - |
| XYZ | 65.76 | 66.48 | 34.18 | - |
| YUV | 211.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 140 | 0 | 0.17 | 0.44 | 0.03 | 37.22 | 0.89 | 0.76 |
| Hex | F8 | CF | 8C | 0 | 11 | 2C | 3 | 25 | 59 | 4C |
| Octal | 370 | 317 | 214 | 0 | 21 | 54 | 3 | 45 | 131 | 114 |
| Binary | 11111000 | 11001111 | 10001100 | 0 | 10001 | 101100 | 11 | 100101 | 1011001 | 1001100 |
Color Harmonies of #F8CF8C
Complementary color
Monochromatic Colors of #F8CF8C
Black with #F8CF8C
Text Example
Text Example
White with #F8CF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CF8C; }
p { color: rgb(248,207,140); }
H1.HeaderClassName
{
color: #F8CF8C;
}
.AnyTagClassName
{
color: #F8CF8C;
}
</style>
background-color css
<style>
a { background-color: #F8CF8C; }
a { background-color: rgb(248,207,140); }
div.DivClassName
{
background-color: #F8CF8C;
}
.BgClassName
{
background-color: #F8CF8C;
}
</style>
border-color css
<style>
span { border-color: #F8CF8C; }
span { border-color: rgb(248,207,140); }
td.TdClassName
{
border-color: #F8CF8C;
}
.TagClassName
{
border-color: #F8CF8C;
}
</style>