Shades of Cherokee #F8D388
Tints of Cherokee #F8D388
RGB
CMYK
RGB Variations
Color information
#F8D388 (or 0xF8D388) is known color: Cherokee. HEX triplet: F8, D3 and 88. RGB value is (248,211,136). Sum of RGB (Red+Green+Blue) = 248+211+136=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 136 (53.52% from 255 or 22.86% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D388 is #072C77. Grayscale: #D5D5D5. Windows color (decimal): -470136 or 8967160. OLE color: 8967160.
HSL color Cylindrical-coordinate representation of color #F8D388: hue angle of 40.18º 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 #F8D388 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 211 | 136 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.03 |
| HSL | 40.18º | 0.89% | 0.75% | - |
| HSV(B) | 40.18º | 0.45% | 0.97% | - |
| XYZ | 66.45 | 68.32 | 32.98 | - |
| YUV | 213.51 | 84.26 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 211 | 136 | 0 | 0.15 | 0.45 | 0.03 | 40.18 | 0.89 | 0.75 |
| Hex | F8 | D3 | 88 | 0 | F | 2D | 3 | 28 | 59 | 4B |
| Octal | 370 | 323 | 210 | 0 | 17 | 55 | 3 | 50 | 131 | 113 |
| Binary | 11111000 | 11010011 | 10001000 | 0 | 1111 | 101101 | 11 | 101000 | 1011001 | 1001011 |
Color Harmonies of #F8D388
Complementary color
Monochromatic Colors of #F8D388
Black with #F8D388
Text Example
Text Example
White with #F8D388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D388; }
p { color: rgb(248,211,136); }
H1.HeaderClassName
{
color: #F8D388;
}
.AnyTagClassName
{
color: #F8D388;
}
</style>
background-color css
<style>
a { background-color: #F8D388; }
a { background-color: rgb(248,211,136); }
div.DivClassName
{
background-color: #F8D388;
}
.BgClassName
{
background-color: #F8D388;
}
</style>
border-color css
<style>
span { border-color: #F8D388; }
span { border-color: rgb(248,211,136); }
td.TdClassName
{
border-color: #F8D388;
}
.TagClassName
{
border-color: #F8D388;
}
</style>