Shades of Cherokee #F0D087
Tints of Cherokee #F0D087
RGB
CMYK
RGB Variations
Color information
#F0D087 (or 0xF0D087) is known color: Cherokee. HEX triplet: F0, D0 and 87. RGB value is (240,208,135). Sum of RGB (Red+Green+Blue) = 240+208+135=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 135 (53.12% from 255 or 23.16% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D087 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D087 is #0F2F78. Grayscale: #D1D1D1. Windows color (decimal): -995193 or 8900848. OLE color: 8900848.
HSL color Cylindrical-coordinate representation of color #F0D087: hue angle of 41.71º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0D087 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 135 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.06 |
| HSL | 41.71º | 0.78% | 0.74% | - |
| HSV(B) | 41.71º | 0.44% | 0.94% | - |
| XYZ | 62.86 | 65.39 | 32.23 | - |
| YUV | 209.25 | 86.1 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 135 | 0 | 0.13 | 0.44 | 0.06 | 41.71 | 0.78 | 0.74 |
| Hex | F0 | D0 | 87 | 0 | D | 2C | 6 | 2A | 4E | 4A |
| Octal | 360 | 320 | 207 | 0 | 15 | 54 | 6 | 52 | 116 | 112 |
| Binary | 11110000 | 11010000 | 10000111 | 0 | 1101 | 101100 | 110 | 101010 | 1001110 | 1001010 |
Color Harmonies of #F0D087
Complementary color
Monochromatic Colors of #F0D087
Black with #F0D087
Text Example
Text Example
White with #F0D087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D087; }
p { color: rgb(240,208,135); }
H1.HeaderClassName
{
color: #F0D087;
}
.AnyTagClassName
{
color: #F0D087;
}
</style>
background-color css
<style>
a { background-color: #F0D087; }
a { background-color: rgb(240,208,135); }
div.DivClassName
{
background-color: #F0D087;
}
.BgClassName
{
background-color: #F0D087;
}
</style>
border-color css
<style>
span { border-color: #F0D087; }
span { border-color: rgb(240,208,135); }
td.TdClassName
{
border-color: #F0D087;
}
.TagClassName
{
border-color: #F0D087;
}
</style>