Shades of Cherokee #F0D088
Tints of Cherokee #F0D088
RGB
CMYK
RGB Variations
Color information
#F0D088 (or 0xF0D088) is known color: Cherokee. HEX triplet: F0, D0 and 88. RGB value is (240,208,136). Sum of RGB (Red+Green+Blue) = 240+208+136=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 136 (53.52% from 255 or 23.29% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D088 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D088 is #0F2F77. Grayscale: #D1D1D1. Windows color (decimal): -995192 or 8966384. OLE color: 8966384.
HSL color Cylindrical-coordinate representation of color #F0D088: hue angle of 41.54º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0D088 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 136 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.06 |
| HSL | 41.54º | 0.78% | 0.74% | - |
| HSV(B) | 41.54º | 0.43% | 0.94% | - |
| XYZ | 62.93 | 65.41 | 32.6 | - |
| YUV | 209.36 | 86.6 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 136 | 0 | 0.13 | 0.43 | 0.06 | 41.54 | 0.78 | 0.74 |
| Hex | F0 | D0 | 88 | 0 | D | 2B | 6 | 2A | 4E | 4A |
| Octal | 360 | 320 | 210 | 0 | 15 | 53 | 6 | 52 | 116 | 112 |
| Binary | 11110000 | 11010000 | 10001000 | 0 | 1101 | 101011 | 110 | 101010 | 1001110 | 1001010 |
Color Harmonies of #F0D088
Complementary color
Monochromatic Colors of #F0D088
Black with #F0D088
Text Example
Text Example
White with #F0D088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D088; }
p { color: rgb(240,208,136); }
H1.HeaderClassName
{
color: #F0D088;
}
.AnyTagClassName
{
color: #F0D088;
}
</style>
background-color css
<style>
a { background-color: #F0D088; }
a { background-color: rgb(240,208,136); }
div.DivClassName
{
background-color: #F0D088;
}
.BgClassName
{
background-color: #F0D088;
}
</style>
border-color css
<style>
span { border-color: #F0D088; }
span { border-color: rgb(240,208,136); }
td.TdClassName
{
border-color: #F0D088;
}
.TagClassName
{
border-color: #F0D088;
}
</style>