Shades of Cherokee #F5C687
Tints of Cherokee #F5C687
RGB
CMYK
RGB Variations
Color information
#F5C687 (or 0xF5C687) is known color: Cherokee. HEX triplet: F5, C6 and 87. RGB value is (245,198,135). Sum of RGB (Red+Green+Blue) = 245+198+135=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 135 (53.12% from 255 or 23.36% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C687 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C687 is #0A3978. Grayscale: #CDCDCD. Windows color (decimal): -670073 or 8898293. OLE color: 8898293.
HSL color Cylindrical-coordinate representation of color #F5C687: hue angle of 34.36º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F5C687 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 198 | 135 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.04 |
| HSL | 34.36º | 0.85% | 0.75% | - |
| HSV(B) | 34.36º | 0.45% | 0.96% | - |
| XYZ | 62.22 | 61.55 | 31.52 | - |
| YUV | 204.87 | 88.57 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 198 | 135 | 0 | 0.19 | 0.45 | 0.04 | 34.36 | 0.85 | 0.75 |
| Hex | F5 | C6 | 87 | 0 | 13 | 2D | 4 | 22 | 55 | 4B |
| Octal | 365 | 306 | 207 | 0 | 23 | 55 | 4 | 42 | 125 | 113 |
| Binary | 11110101 | 11000110 | 10000111 | 0 | 10011 | 101101 | 100 | 100010 | 1010101 | 1001011 |
Color Harmonies of #F5C687
Complementary color
Monochromatic Colors of #F5C687
Black with #F5C687
Text Example
Text Example
White with #F5C687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C687; }
p { color: rgb(245,198,135); }
H1.HeaderClassName
{
color: #F5C687;
}
.AnyTagClassName
{
color: #F5C687;
}
</style>
background-color css
<style>
a { background-color: #F5C687; }
a { background-color: rgb(245,198,135); }
div.DivClassName
{
background-color: #F5C687;
}
.BgClassName
{
background-color: #F5C687;
}
</style>
border-color css
<style>
span { border-color: #F5C687; }
span { border-color: rgb(245,198,135); }
td.TdClassName
{
border-color: #F5C687;
}
.TagClassName
{
border-color: #F5C687;
}
</style>