Shades of Cherokee #F0C78C
Tints of Cherokee #F0C78C
RGB
CMYK
RGB Variations
Color information
#F0C78C (or 0xF0C78C) is known color: Cherokee. HEX triplet: F0, C7 and 8C. RGB value is (240,199,140). Sum of RGB (Red+Green+Blue) = 240+199+140=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C78C is #0F3873. Grayscale: #CCCCCC. Windows color (decimal): -997492 or 9226224. OLE color: 9226224.
HSL color Cylindrical-coordinate representation of color #F0C78C: hue angle of 35.4º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0C78C is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 199 | 140 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.06 |
| HSL | 35.4º | 0.77% | 0.75% | - |
| HSV(B) | 35.4º | 0.42% | 0.94% | - |
| XYZ | 61.09 | 61.27 | 33.42 | - |
| YUV | 204.53 | 91.58 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 140 | 0 | 0.17 | 0.42 | 0.06 | 35.4 | 0.77 | 0.75 |
| Hex | F0 | C7 | 8C | 0 | 11 | 2A | 6 | 23 | 4D | 4B |
| Octal | 360 | 307 | 214 | 0 | 21 | 52 | 6 | 43 | 115 | 113 |
| Binary | 11110000 | 11000111 | 10001100 | 0 | 10001 | 101010 | 110 | 100011 | 1001101 | 1001011 |
Color Harmonies of #F0C78C
Complementary color
Monochromatic Colors of #F0C78C
Black with #F0C78C
Text Example
Text Example
White with #F0C78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C78C; }
p { color: rgb(240,199,140); }
H1.HeaderClassName
{
color: #F0C78C;
}
.AnyTagClassName
{
color: #F0C78C;
}
</style>
background-color css
<style>
a { background-color: #F0C78C; }
a { background-color: rgb(240,199,140); }
div.DivClassName
{
background-color: #F0C78C;
}
.BgClassName
{
background-color: #F0C78C;
}
</style>
border-color css
<style>
span { border-color: #F0C78C; }
span { border-color: rgb(240,199,140); }
td.TdClassName
{
border-color: #F0C78C;
}
.TagClassName
{
border-color: #F0C78C;
}
</style>