Shades of Cherokee #F0CF7C
Tints of Cherokee #F0CF7C
RGB
CMYK
RGB Variations
Color information
#F0CF7C (or 0xF0CF7C) is known color: Cherokee. HEX triplet: F0, CF and 7C. RGB value is (240,207,124). Sum of RGB (Red+Green+Blue) = 240+207+124=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 124 (48.83% from 255 or 21.72% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CF7C is #0F3083. Grayscale: #CFCFCF. Windows color (decimal): -995460 or 8179696. OLE color: 8179696.
HSL color Cylindrical-coordinate representation of color #F0CF7C: hue angle of 42.93º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0CF7C is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 124 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.06 |
| HSL | 42.93º | 0.79% | 0.71% | - |
| HSV(B) | 42.93º | 0.48% | 0.94% | - |
| XYZ | 61.89 | 64.61 | 28.28 | - |
| YUV | 207.41 | 80.93 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 124 | 0 | 0.14 | 0.48 | 0.06 | 42.93 | 0.79 | 0.71 |
| Hex | F0 | CF | 7C | 0 | E | 30 | 6 | 2B | 4F | 47 |
| Octal | 360 | 317 | 174 | 0 | 16 | 60 | 6 | 53 | 117 | 107 |
| Binary | 11110000 | 11001111 | 1111100 | 0 | 1110 | 110000 | 110 | 101011 | 1001111 | 1000111 |
Color Harmonies of #F0CF7C
Complementary color
Monochromatic Colors of #F0CF7C
Black with #F0CF7C
Text Example
Text Example
White with #F0CF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CF7C; }
p { color: rgb(240,207,124); }
H1.HeaderClassName
{
color: #F0CF7C;
}
.AnyTagClassName
{
color: #F0CF7C;
}
</style>
background-color css
<style>
a { background-color: #F0CF7C; }
a { background-color: rgb(240,207,124); }
div.DivClassName
{
background-color: #F0CF7C;
}
.BgClassName
{
background-color: #F0CF7C;
}
</style>
border-color css
<style>
span { border-color: #F0CF7C; }
span { border-color: rgb(240,207,124); }
td.TdClassName
{
border-color: #F0CF7C;
}
.TagClassName
{
border-color: #F0CF7C;
}
</style>