Shades of Cherokee #F0CC80
Tints of Cherokee #F0CC80
RGB
CMYK
RGB Variations
Color information
#F0CC80 (or 0xF0CC80) is known color: Cherokee. HEX triplet: F0, CC and 80. RGB value is (240,204,128). Sum of RGB (Red+Green+Blue) = 240+204+128=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 128 (50.39% from 255 or 22.38% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CC80 is #0F337F. Grayscale: #CECECE. Windows color (decimal): -996224 or 8441072. OLE color: 8441072.
HSL color Cylindrical-coordinate representation of color #F0CC80: hue angle of 40.71º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0CC80 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 128 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.06 |
| HSL | 40.71º | 0.79% | 0.72% | - |
| HSV(B) | 40.71º | 0.47% | 0.94% | - |
| XYZ | 61.42 | 63.27 | 29.4 | - |
| YUV | 206.1 | 83.93 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 128 | 0 | 0.15 | 0.47 | 0.06 | 40.71 | 0.79 | 0.72 |
| Hex | F0 | CC | 80 | 0 | F | 2F | 6 | 29 | 4F | 48 |
| Octal | 360 | 314 | 200 | 0 | 17 | 57 | 6 | 51 | 117 | 110 |
| Binary | 11110000 | 11001100 | 10000000 | 0 | 1111 | 101111 | 110 | 101001 | 1001111 | 1001000 |
Color Harmonies of #F0CC80
Complementary color
Monochromatic Colors of #F0CC80
Black with #F0CC80
Text Example
Text Example
White with #F0CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CC80; }
p { color: rgb(240,204,128); }
H1.HeaderClassName
{
color: #F0CC80;
}
.AnyTagClassName
{
color: #F0CC80;
}
</style>
background-color css
<style>
a { background-color: #F0CC80; }
a { background-color: rgb(240,204,128); }
div.DivClassName
{
background-color: #F0CC80;
}
.BgClassName
{
background-color: #F0CC80;
}
</style>
border-color css
<style>
span { border-color: #F0CC80; }
span { border-color: rgb(240,204,128); }
td.TdClassName
{
border-color: #F0CC80;
}
.TagClassName
{
border-color: #F0CC80;
}
</style>