Shades of Cherokee #F8D088
Tints of Cherokee #F8D088
RGB
CMYK
RGB Variations
Color information
#F8D088 (or 0xF8D088) is known color: Cherokee. HEX triplet: F8, D0 and 88. RGB value is (248,208,136). Sum of RGB (Red+Green+Blue) = 248+208+136=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 136 (53.52% from 255 or 22.97% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D088 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D088 is #072F77. Grayscale: #D4D4D4. Windows color (decimal): -470904 or 8966392. OLE color: 8966392.
HSL color Cylindrical-coordinate representation of color #F8D088: hue angle of 38.57º 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 #F8D088 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 136 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.03 |
| HSL | 38.57º | 0.89% | 0.75% | - |
| HSV(B) | 38.57º | 0.45% | 0.97% | - |
| XYZ | 65.71 | 66.85 | 32.73 | - |
| YUV | 211.75 | 85.25 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 136 | 0 | 0.16 | 0.45 | 0.03 | 38.57 | 0.89 | 0.75 |
| Hex | F8 | D0 | 88 | 0 | 10 | 2D | 3 | 27 | 59 | 4B |
| Octal | 370 | 320 | 210 | 0 | 20 | 55 | 3 | 47 | 131 | 113 |
| Binary | 11111000 | 11010000 | 10001000 | 0 | 10000 | 101101 | 11 | 100111 | 1011001 | 1001011 |
Color Harmonies of #F8D088
Complementary color
Monochromatic Colors of #F8D088
Black with #F8D088
Text Example
Text Example
White with #F8D088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D088; }
p { color: rgb(248,208,136); }
H1.HeaderClassName
{
color: #F8D088;
}
.AnyTagClassName
{
color: #F8D088;
}
</style>
background-color css
<style>
a { background-color: #F8D088; }
a { background-color: rgb(248,208,136); }
div.DivClassName
{
background-color: #F8D088;
}
.BgClassName
{
background-color: #F8D088;
}
</style>
border-color css
<style>
span { border-color: #F8D088; }
span { border-color: rgb(248,208,136); }
td.TdClassName
{
border-color: #F8D088;
}
.TagClassName
{
border-color: #F8D088;
}
</style>