Shades of Cherokee #F5C589
Tints of Cherokee #F5C589
RGB
CMYK
RGB Variations
Color information
#F5C589 (or 0xF5C589) is known color: Cherokee. HEX triplet: F5, C5 and 89. RGB value is (245,197,137). Sum of RGB (Red+Green+Blue) = 245+197+137=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 137 (53.91% from 255 or 23.66% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C589 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C589 is #0A3A76. Grayscale: #CCCCCC. Windows color (decimal): -670327 or 9029109. OLE color: 9029109.
HSL color Cylindrical-coordinate representation of color #F5C589: hue angle of 33.33º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5C589 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 197 | 137 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.04 |
| HSL | 33.33º | 0.84% | 0.75% | - |
| HSV(B) | 33.33º | 0.44% | 0.96% | - |
| XYZ | 62.14 | 61.15 | 32.2 | - |
| YUV | 204.51 | 89.9 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 197 | 137 | 0 | 0.20 | 0.44 | 0.04 | 33.33 | 0.84 | 0.75 |
| Hex | F5 | C5 | 89 | 0 | 14 | 2C | 4 | 21 | 54 | 4B |
| Octal | 365 | 305 | 211 | 0 | 24 | 54 | 4 | 41 | 124 | 113 |
| Binary | 11110101 | 11000101 | 10001001 | 0 | 10100 | 101100 | 100 | 100001 | 1010100 | 1001011 |
Color Harmonies of #F5C589
Complementary color
Monochromatic Colors of #F5C589
Black with #F5C589
Text Example
Text Example
White with #F5C589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C589; }
p { color: rgb(245,197,137); }
H1.HeaderClassName
{
color: #F5C589;
}
.AnyTagClassName
{
color: #F5C589;
}
</style>
background-color css
<style>
a { background-color: #F5C589; }
a { background-color: rgb(245,197,137); }
div.DivClassName
{
background-color: #F5C589;
}
.BgClassName
{
background-color: #F5C589;
}
</style>
border-color css
<style>
span { border-color: #F5C589; }
span { border-color: rgb(245,197,137); }
td.TdClassName
{
border-color: #F5C589;
}
.TagClassName
{
border-color: #F5C589;
}
</style>