Shades of Cherokee #F8CE8F
Tints of Cherokee #F8CE8F
RGB
CMYK
RGB Variations
Color information
#F8CE8F (or 0xF8CE8F) is known color: Cherokee. HEX triplet: F8, CE and 8F. RGB value is (248,206,143). Sum of RGB (Red+Green+Blue) = 248+206+143=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 143 (56.25% from 255 or 23.95% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CE8F is #073170. Grayscale: #D3D3D3. Windows color (decimal): -471409 or 9424632. OLE color: 9424632.
HSL color Cylindrical-coordinate representation of color #F8CE8F: hue angle of 36º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F8CE8F is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 143 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.03 |
| HSL | 36º | 0.88% | 0.77% | - |
| HSV(B) | 36º | 0.42% | 0.97% | - |
| XYZ | 65.74 | 66.08 | 35.28 | - |
| YUV | 211.38 | 89.41 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 143 | 0 | 0.17 | 0.42 | 0.03 | 36 | 0.88 | 0.77 |
| Hex | F8 | CE | 8F | 0 | 11 | 2A | 3 | 24 | 58 | 4D |
| Octal | 370 | 316 | 217 | 0 | 21 | 52 | 3 | 44 | 130 | 115 |
| Binary | 11111000 | 11001110 | 10001111 | 0 | 10001 | 101010 | 11 | 100100 | 1011000 | 1001101 |
Color Harmonies of #F8CE8F
Complementary color
Monochromatic Colors of #F8CE8F
Black with #F8CE8F
Text Example
Text Example
White with #F8CE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CE8F; }
p { color: rgb(248,206,143); }
H1.HeaderClassName
{
color: #F8CE8F;
}
.AnyTagClassName
{
color: #F8CE8F;
}
</style>
background-color css
<style>
a { background-color: #F8CE8F; }
a { background-color: rgb(248,206,143); }
div.DivClassName
{
background-color: #F8CE8F;
}
.BgClassName
{
background-color: #F8CE8F;
}
</style>
border-color css
<style>
span { border-color: #F8CE8F; }
span { border-color: rgb(248,206,143); }
td.TdClassName
{
border-color: #F8CE8F;
}
.TagClassName
{
border-color: #F8CE8F;
}
</style>