Shades of Cherokee #F0CF77
Tints of Cherokee #F0CF77
RGB
CMYK
RGB Variations
Color information
#F0CF77 (or 0xF0CF77) is known color: Cherokee. HEX triplet: F0, CF and 77. RGB value is (240,207,119). Sum of RGB (Red+Green+Blue) = 240+207+119=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 119 (46.88% from 255 or 21.02% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CF77 is #0F3088. Grayscale: #CFCFCF. Windows color (decimal): -995465 or 7852016. OLE color: 7852016.
HSL color Cylindrical-coordinate representation of color #F0CF77: hue angle of 43.64º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0CF77 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 119 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.06 |
| HSL | 43.64º | 0.8% | 0.7% | - |
| HSV(B) | 43.64º | 0.5% | 0.94% | - |
| XYZ | 61.58 | 64.48 | 26.65 | - |
| YUV | 206.84 | 78.43 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 119 | 0 | 0.14 | 0.50 | 0.06 | 43.64 | 0.8 | 0.7 |
| Hex | F0 | CF | 77 | 0 | E | 32 | 6 | 2C | 50 | 46 |
| Octal | 360 | 317 | 167 | 0 | 16 | 62 | 6 | 54 | 120 | 106 |
| Binary | 11110000 | 11001111 | 1110111 | 0 | 1110 | 110010 | 110 | 101100 | 1010000 | 1000110 |
Color Harmonies of #F0CF77
Complementary color
Monochromatic Colors of #F0CF77
Black with #F0CF77
Text Example
Text Example
White with #F0CF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CF77; }
p { color: rgb(240,207,119); }
H1.HeaderClassName
{
color: #F0CF77;
}
.AnyTagClassName
{
color: #F0CF77;
}
</style>
background-color css
<style>
a { background-color: #F0CF77; }
a { background-color: rgb(240,207,119); }
div.DivClassName
{
background-color: #F0CF77;
}
.BgClassName
{
background-color: #F0CF77;
}
</style>
border-color css
<style>
span { border-color: #F0CF77; }
span { border-color: rgb(240,207,119); }
td.TdClassName
{
border-color: #F0CF77;
}
.TagClassName
{
border-color: #F0CF77;
}
</style>