Shades of Cherokee #F5C788
Tints of Cherokee #F5C788
RGB
CMYK
RGB Variations
Color information
#F5C788 (or 0xF5C788) is known color: Cherokee. HEX triplet: F5, C7 and 88. RGB value is (245,199,136). Sum of RGB (Red+Green+Blue) = 245+199+136=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 199 (78.12% from 255 or 34.31% from 580); Blue value is 136 (53.52% from 255 or 23.45% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C788 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C788 is #0A3877. Grayscale: #CDCDCD. Windows color (decimal): -669816 or 8964085. OLE color: 8964085.
HSL color Cylindrical-coordinate representation of color #F5C788: hue angle of 34.68º 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 #F5C788 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 199 | 136 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.04 |
| HSL | 34.68º | 0.84% | 0.75% | - |
| HSV(B) | 34.68º | 0.44% | 0.96% | - |
| XYZ | 62.52 | 62.04 | 31.97 | - |
| YUV | 205.57 | 88.74 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 199 | 136 | 0 | 0.19 | 0.44 | 0.04 | 34.68 | 0.84 | 0.75 |
| Hex | F5 | C7 | 88 | 0 | 13 | 2C | 4 | 23 | 54 | 4B |
| Octal | 365 | 307 | 210 | 0 | 23 | 54 | 4 | 43 | 124 | 113 |
| Binary | 11110101 | 11000111 | 10001000 | 0 | 10011 | 101100 | 100 | 100011 | 1010100 | 1001011 |
Color Harmonies of #F5C788
Complementary color
Monochromatic Colors of #F5C788
Black with #F5C788
Text Example
Text Example
White with #F5C788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C788; }
p { color: rgb(245,199,136); }
H1.HeaderClassName
{
color: #F5C788;
}
.AnyTagClassName
{
color: #F5C788;
}
</style>
background-color css
<style>
a { background-color: #F5C788; }
a { background-color: rgb(245,199,136); }
div.DivClassName
{
background-color: #F5C788;
}
.BgClassName
{
background-color: #F5C788;
}
</style>
border-color css
<style>
span { border-color: #F5C788; }
span { border-color: rgb(245,199,136); }
td.TdClassName
{
border-color: #F5C788;
}
.TagClassName
{
border-color: #F5C788;
}
</style>