Shades of Cherokee #F8D488
Tints of Cherokee #F8D488
RGB
CMYK
RGB Variations
Color information
#F8D488 (or 0xF8D488) is known color: Cherokee. HEX triplet: F8, D4 and 88. RGB value is (248,212,136). Sum of RGB (Red+Green+Blue) = 248+212+136=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 136 (53.52% from 255 or 22.82% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D488 is #072B77. Grayscale: #D6D6D6. Windows color (decimal): -469880 or 8967416. OLE color: 8967416.
HSL color Cylindrical-coordinate representation of color #F8D488: hue angle of 40.71º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F8D488 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 136 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.03 |
| HSL | 40.71º | 0.89% | 0.75% | - |
| HSV(B) | 40.71º | 0.45% | 0.97% | - |
| XYZ | 66.7 | 68.82 | 33.06 | - |
| YUV | 214.1 | 83.93 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 136 | 0 | 0.15 | 0.45 | 0.03 | 40.71 | 0.89 | 0.75 |
| Hex | F8 | D4 | 88 | 0 | F | 2D | 3 | 29 | 59 | 4B |
| Octal | 370 | 324 | 210 | 0 | 17 | 55 | 3 | 51 | 131 | 113 |
| Binary | 11111000 | 11010100 | 10001000 | 0 | 1111 | 101101 | 11 | 101001 | 1011001 | 1001011 |
Color Harmonies of #F8D488
Complementary color
Monochromatic Colors of #F8D488
Black with #F8D488
Text Example
Text Example
White with #F8D488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D488; }
p { color: rgb(248,212,136); }
H1.HeaderClassName
{
color: #F8D488;
}
.AnyTagClassName
{
color: #F8D488;
}
</style>
background-color css
<style>
a { background-color: #F8D488; }
a { background-color: rgb(248,212,136); }
div.DivClassName
{
background-color: #F8D488;
}
.BgClassName
{
background-color: #F8D488;
}
</style>
border-color css
<style>
span { border-color: #F8D488; }
span { border-color: rgb(248,212,136); }
td.TdClassName
{
border-color: #F8D488;
}
.TagClassName
{
border-color: #F8D488;
}
</style>