Shades of Cherokee #F0D08B
Tints of Cherokee #F0D08B
RGB
CMYK
RGB Variations
Color information
#F0D08B (or 0xF0D08B) is known color: Cherokee. HEX triplet: F0, D0 and 8B. RGB value is (240,208,139). Sum of RGB (Red+Green+Blue) = 240+208+139=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D08B is #0F2F74. Grayscale: #D2D2D2. Windows color (decimal): -995189 or 9162992. OLE color: 9162992.
HSL color Cylindrical-coordinate representation of color #F0D08B: hue angle of 40.99º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0D08B is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 139 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.06 |
| HSL | 40.99º | 0.77% | 0.74% | - |
| HSV(B) | 40.99º | 0.42% | 0.94% | - |
| XYZ | 63.15 | 65.5 | 33.74 | - |
| YUV | 209.7 | 88.1 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 139 | 0 | 0.13 | 0.42 | 0.06 | 40.99 | 0.77 | 0.74 |
| Hex | F0 | D0 | 8B | 0 | D | 2A | 6 | 29 | 4D | 4A |
| Octal | 360 | 320 | 213 | 0 | 15 | 52 | 6 | 51 | 115 | 112 |
| Binary | 11110000 | 11010000 | 10001011 | 0 | 1101 | 101010 | 110 | 101001 | 1001101 | 1001010 |
Color Harmonies of #F0D08B
Complementary color
Monochromatic Colors of #F0D08B
Black with #F0D08B
Text Example
Text Example
White with #F0D08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D08B; }
p { color: rgb(240,208,139); }
H1.HeaderClassName
{
color: #F0D08B;
}
.AnyTagClassName
{
color: #F0D08B;
}
</style>
background-color css
<style>
a { background-color: #F0D08B; }
a { background-color: rgb(240,208,139); }
div.DivClassName
{
background-color: #F0D08B;
}
.BgClassName
{
background-color: #F0D08B;
}
</style>
border-color css
<style>
span { border-color: #F0D08B; }
span { border-color: rgb(240,208,139); }
td.TdClassName
{
border-color: #F0D08B;
}
.TagClassName
{
border-color: #F0D08B;
}
</style>