Shades of Cherokee #F0CA85
Tints of Cherokee #F0CA85
RGB
CMYK
RGB Variations
Color information
#F0CA85 (or 0xF0CA85) is known color: Cherokee. HEX triplet: F0, CA and 85. RGB value is (240,202,133). Sum of RGB (Red+Green+Blue) = 240+202+133=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 133 (52.34% from 255 or 23.13% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CA85 is #0F357A. Grayscale: #CDCDCD. Windows color (decimal): -996731 or 8768240. OLE color: 8768240.
HSL color Cylindrical-coordinate representation of color #F0CA85: hue angle of 38.69º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0CA85 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 133 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.06 |
| HSL | 38.69º | 0.78% | 0.73% | - |
| HSV(B) | 38.69º | 0.45% | 0.94% | - |
| XYZ | 61.29 | 62.46 | 31.02 | - |
| YUV | 205.5 | 87.09 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 133 | 0 | 0.16 | 0.45 | 0.06 | 38.69 | 0.78 | 0.73 |
| Hex | F0 | CA | 85 | 0 | 10 | 2D | 6 | 27 | 4E | 49 |
| Octal | 360 | 312 | 205 | 0 | 20 | 55 | 6 | 47 | 116 | 111 |
| Binary | 11110000 | 11001010 | 10000101 | 0 | 10000 | 101101 | 110 | 100111 | 1001110 | 1001001 |
Color Harmonies of #F0CA85
Complementary color
Monochromatic Colors of #F0CA85
Black with #F0CA85
Text Example
Text Example
White with #F0CA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CA85; }
p { color: rgb(240,202,133); }
H1.HeaderClassName
{
color: #F0CA85;
}
.AnyTagClassName
{
color: #F0CA85;
}
</style>
background-color css
<style>
a { background-color: #F0CA85; }
a { background-color: rgb(240,202,133); }
div.DivClassName
{
background-color: #F0CA85;
}
.BgClassName
{
background-color: #F0CA85;
}
</style>
border-color css
<style>
span { border-color: #F0CA85; }
span { border-color: rgb(240,202,133); }
td.TdClassName
{
border-color: #F0CA85;
}
.TagClassName
{
border-color: #F0CA85;
}
</style>