Shades of Cherokee #F5CF7C
Tints of Cherokee #F5CF7C
RGB
CMYK
RGB Variations
Color information
#F5CF7C (or 0xF5CF7C) is known color: Cherokee. HEX triplet: F5, CF and 7C. RGB value is (245,207,124). Sum of RGB (Red+Green+Blue) = 245+207+124=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 124 (48.83% from 255 or 21.53% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CF7C is #0A3083. Grayscale: #D1D1D1. Windows color (decimal): -667780 or 8179701. OLE color: 8179701.
HSL color Cylindrical-coordinate representation of color #F5CF7C: hue angle of 41.16º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5CF7C is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 124 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.04 |
| HSL | 41.16º | 0.86% | 0.72% | - |
| HSV(B) | 41.16º | 0.49% | 0.96% | - |
| XYZ | 63.61 | 65.49 | 28.36 | - |
| YUV | 208.9 | 80.09 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 124 | 0 | 0.16 | 0.49 | 0.04 | 41.16 | 0.86 | 0.72 |
| Hex | F5 | CF | 7C | 0 | 10 | 31 | 4 | 29 | 56 | 48 |
| Octal | 365 | 317 | 174 | 0 | 20 | 61 | 4 | 51 | 126 | 110 |
| Binary | 11110101 | 11001111 | 1111100 | 0 | 10000 | 110001 | 100 | 101001 | 1010110 | 1001000 |
Color Harmonies of #F5CF7C
Complementary color
Monochromatic Colors of #F5CF7C
Black with #F5CF7C
Text Example
Text Example
White with #F5CF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CF7C; }
p { color: rgb(245,207,124); }
H1.HeaderClassName
{
color: #F5CF7C;
}
.AnyTagClassName
{
color: #F5CF7C;
}
</style>
background-color css
<style>
a { background-color: #F5CF7C; }
a { background-color: rgb(245,207,124); }
div.DivClassName
{
background-color: #F5CF7C;
}
.BgClassName
{
background-color: #F5CF7C;
}
</style>
border-color css
<style>
span { border-color: #F5CF7C; }
span { border-color: rgb(245,207,124); }
td.TdClassName
{
border-color: #F5CF7C;
}
.TagClassName
{
border-color: #F5CF7C;
}
</style>