Shades of Cherokee #F5CF7E
Tints of Cherokee #F5CF7E
RGB
CMYK
RGB Variations
Color information
#F5CF7E (or 0xF5CF7E) is known color: Cherokee. HEX triplet: F5, CF and 7E. RGB value is (245,207,126). Sum of RGB (Red+Green+Blue) = 245+207+126=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 126 (49.61% from 255 or 21.80% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CF7E is #0A3081. Grayscale: #D1D1D1. Windows color (decimal): -667778 or 8310773. OLE color: 8310773.
HSL color Cylindrical-coordinate representation of color #F5CF7E: hue angle of 40.84º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5CF7E is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 126 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.04 |
| HSL | 40.84º | 0.86% | 0.73% | - |
| HSV(B) | 40.84º | 0.49% | 0.96% | - |
| XYZ | 63.73 | 65.54 | 29.03 | - |
| YUV | 209.13 | 81.09 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 126 | 0 | 0.16 | 0.49 | 0.04 | 40.84 | 0.86 | 0.73 |
| Hex | F5 | CF | 7E | 0 | 10 | 31 | 4 | 29 | 56 | 49 |
| Octal | 365 | 317 | 176 | 0 | 20 | 61 | 4 | 51 | 126 | 111 |
| Binary | 11110101 | 11001111 | 1111110 | 0 | 10000 | 110001 | 100 | 101001 | 1010110 | 1001001 |
Color Harmonies of #F5CF7E
Complementary color
Monochromatic Colors of #F5CF7E
Black with #F5CF7E
Text Example
Text Example
White with #F5CF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CF7E; }
p { color: rgb(245,207,126); }
H1.HeaderClassName
{
color: #F5CF7E;
}
.AnyTagClassName
{
color: #F5CF7E;
}
</style>
background-color css
<style>
a { background-color: #F5CF7E; }
a { background-color: rgb(245,207,126); }
div.DivClassName
{
background-color: #F5CF7E;
}
.BgClassName
{
background-color: #F5CF7E;
}
</style>
border-color css
<style>
span { border-color: #F5CF7E; }
span { border-color: rgb(245,207,126); }
td.TdClassName
{
border-color: #F5CF7E;
}
.TagClassName
{
border-color: #F5CF7E;
}
</style>