Shades of Cherokee #F5CA85
Tints of Cherokee #F5CA85
RGB
CMYK
RGB Variations
Color information
#F5CA85 (or 0xF5CA85) is known color: Cherokee. HEX triplet: F5, CA and 85. RGB value is (245,202,133). Sum of RGB (Red+Green+Blue) = 245+202+133=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CA85 is #0A357A. Grayscale: #CFCFCF. Windows color (decimal): -669051 or 8768245. OLE color: 8768245.
HSL color Cylindrical-coordinate representation of color #F5CA85: hue angle of 36.96º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5CA85 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 202 | 133 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.04 |
| HSL | 36.96º | 0.85% | 0.74% | - |
| HSV(B) | 36.96º | 0.46% | 0.96% | - |
| XYZ | 63.01 | 63.35 | 31.1 | - |
| YUV | 206.99 | 86.25 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 202 | 133 | 0 | 0.18 | 0.46 | 0.04 | 36.96 | 0.85 | 0.74 |
| Hex | F5 | CA | 85 | 0 | 12 | 2E | 4 | 25 | 55 | 4A |
| Octal | 365 | 312 | 205 | 0 | 22 | 56 | 4 | 45 | 125 | 112 |
| Binary | 11110101 | 11001010 | 10000101 | 0 | 10010 | 101110 | 100 | 100101 | 1010101 | 1001010 |
Color Harmonies of #F5CA85
Complementary color
Monochromatic Colors of #F5CA85
Black with #F5CA85
Text Example
Text Example
White with #F5CA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CA85; }
p { color: rgb(245,202,133); }
H1.HeaderClassName
{
color: #F5CA85;
}
.AnyTagClassName
{
color: #F5CA85;
}
</style>
background-color css
<style>
a { background-color: #F5CA85; }
a { background-color: rgb(245,202,133); }
div.DivClassName
{
background-color: #F5CA85;
}
.BgClassName
{
background-color: #F5CA85;
}
</style>
border-color css
<style>
span { border-color: #F5CA85; }
span { border-color: rgb(245,202,133); }
td.TdClassName
{
border-color: #F5CA85;
}
.TagClassName
{
border-color: #F5CA85;
}
</style>