Shades of Cherokee #F5C785
Tints of Cherokee #F5C785
RGB
CMYK
RGB Variations
Color information
#F5C785 (or 0xF5C785) is known color: Cherokee. HEX triplet: F5, C7 and 85. RGB value is (245,199,133). Sum of RGB (Red+Green+Blue) = 245+199+133=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 133 (52.34% from 255 or 23.05% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C785 is #0A387A. Grayscale: #CDCDCD. Windows color (decimal): -669819 or 8767477. OLE color: 8767477.
HSL color Cylindrical-coordinate representation of color #F5C785: hue angle of 35.36º 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 #F5C785 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 199 | 133 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.04 |
| HSL | 35.36º | 0.85% | 0.74% | - |
| HSV(B) | 35.36º | 0.46% | 0.96% | - |
| XYZ | 62.31 | 61.95 | 30.86 | - |
| YUV | 205.23 | 87.24 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 199 | 133 | 0 | 0.19 | 0.46 | 0.04 | 35.36 | 0.85 | 0.74 |
| Hex | F5 | C7 | 85 | 0 | 13 | 2E | 4 | 23 | 55 | 4A |
| Octal | 365 | 307 | 205 | 0 | 23 | 56 | 4 | 43 | 125 | 112 |
| Binary | 11110101 | 11000111 | 10000101 | 0 | 10011 | 101110 | 100 | 100011 | 1010101 | 1001010 |
Color Harmonies of #F5C785
Complementary color
Monochromatic Colors of #F5C785
Black with #F5C785
Text Example
Text Example
White with #F5C785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C785; }
p { color: rgb(245,199,133); }
H1.HeaderClassName
{
color: #F5C785;
}
.AnyTagClassName
{
color: #F5C785;
}
</style>
background-color css
<style>
a { background-color: #F5C785; }
a { background-color: rgb(245,199,133); }
div.DivClassName
{
background-color: #F5C785;
}
.BgClassName
{
background-color: #F5C785;
}
</style>
border-color css
<style>
span { border-color: #F5C785; }
span { border-color: rgb(245,199,133); }
td.TdClassName
{
border-color: #F5C785;
}
.TagClassName
{
border-color: #F5C785;
}
</style>