Shades of Cherokee #F0CF87
Tints of Cherokee #F0CF87
RGB
CMYK
RGB Variations
Color information
#F0CF87 (or 0xF0CF87) is known color: Cherokee. HEX triplet: F0, CF and 87. RGB value is (240,207,135). Sum of RGB (Red+Green+Blue) = 240+207+135=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 135 (53.12% from 255 or 23.20% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CF87 is #0F3078. Grayscale: #D0D0D0. Windows color (decimal): -995449 or 8900592. OLE color: 8900592.
HSL color Cylindrical-coordinate representation of color #F0CF87: hue angle of 41.14º 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 #F0CF87 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 135 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.06 |
| HSL | 41.14º | 0.78% | 0.74% | - |
| HSV(B) | 41.14º | 0.44% | 0.94% | - |
| XYZ | 62.62 | 64.9 | 32.15 | - |
| YUV | 208.66 | 86.43 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 135 | 0 | 0.14 | 0.44 | 0.06 | 41.14 | 0.78 | 0.74 |
| Hex | F0 | CF | 87 | 0 | E | 2C | 6 | 29 | 4E | 4A |
| Octal | 360 | 317 | 207 | 0 | 16 | 54 | 6 | 51 | 116 | 112 |
| Binary | 11110000 | 11001111 | 10000111 | 0 | 1110 | 101100 | 110 | 101001 | 1001110 | 1001010 |
Color Harmonies of #F0CF87
Complementary color
Monochromatic Colors of #F0CF87
Black with #F0CF87
Text Example
Text Example
White with #F0CF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CF87; }
p { color: rgb(240,207,135); }
H1.HeaderClassName
{
color: #F0CF87;
}
.AnyTagClassName
{
color: #F0CF87;
}
</style>
background-color css
<style>
a { background-color: #F0CF87; }
a { background-color: rgb(240,207,135); }
div.DivClassName
{
background-color: #F0CF87;
}
.BgClassName
{
background-color: #F0CF87;
}
</style>
border-color css
<style>
span { border-color: #F0CF87; }
span { border-color: rgb(240,207,135); }
td.TdClassName
{
border-color: #F0CF87;
}
.TagClassName
{
border-color: #F0CF87;
}
</style>