Shades of Cherokee #F5C87F
Tints of Cherokee #F5C87F
RGB
CMYK
RGB Variations
Color information
#F5C87F (or 0xF5C87F) is known color: Cherokee. HEX triplet: F5, C8 and 7F. RGB value is (245,200,127). Sum of RGB (Red+Green+Blue) = 245+200+127=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 127 (50% from 255 or 22.20% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C87F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C87F is #0A3780. Grayscale: #CDCDCD. Windows color (decimal): -669569 or 8374517. OLE color: 8374517.
HSL color Cylindrical-coordinate representation of color #F5C87F: hue angle of 37.12º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5C87F is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 200 | 127 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.04 |
| HSL | 37.12º | 0.86% | 0.73% | - |
| HSV(B) | 37.12º | 0.48% | 0.96% | - |
| XYZ | 62.14 | 62.25 | 28.82 | - |
| YUV | 205.13 | 83.91 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 200 | 127 | 0 | 0.18 | 0.48 | 0.04 | 37.12 | 0.86 | 0.73 |
| Hex | F5 | C8 | 7F | 0 | 12 | 30 | 4 | 25 | 56 | 49 |
| Octal | 365 | 310 | 177 | 0 | 22 | 60 | 4 | 45 | 126 | 111 |
| Binary | 11110101 | 11001000 | 1111111 | 0 | 10010 | 110000 | 100 | 100101 | 1010110 | 1001001 |
Color Harmonies of #F5C87F
Complementary color
Monochromatic Colors of #F5C87F
Black with #F5C87F
Text Example
Text Example
White with #F5C87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C87F; }
p { color: rgb(245,200,127); }
H1.HeaderClassName
{
color: #F5C87F;
}
.AnyTagClassName
{
color: #F5C87F;
}
</style>
background-color css
<style>
a { background-color: #F5C87F; }
a { background-color: rgb(245,200,127); }
div.DivClassName
{
background-color: #F5C87F;
}
.BgClassName
{
background-color: #F5C87F;
}
</style>
border-color css
<style>
span { border-color: #F5C87F; }
span { border-color: rgb(245,200,127); }
td.TdClassName
{
border-color: #F5C87F;
}
.TagClassName
{
border-color: #F5C87F;
}
</style>