Shades of Cherokee #F5CE79
Tints of Cherokee #F5CE79
RGB
CMYK
RGB Variations
Color information
#F5CE79 (or 0xF5CE79) is known color: Cherokee. HEX triplet: F5, CE and 79. RGB value is (245,206,121). Sum of RGB (Red+Green+Blue) = 245+206+121=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 121 (47.66% from 255 or 21.15% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CE79 is #0A3186. Grayscale: #D0D0D0. Windows color (decimal): -668039 or 7982837. OLE color: 7982837.
HSL color Cylindrical-coordinate representation of color #F5CE79: hue angle of 41.13º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5CE79 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 121 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.04 |
| HSL | 41.13º | 0.86% | 0.72% | - |
| HSV(B) | 41.13º | 0.51% | 0.96% | - |
| XYZ | 63.18 | 64.94 | 27.29 | - |
| YUV | 207.97 | 78.92 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 121 | 0 | 0.16 | 0.51 | 0.04 | 41.13 | 0.86 | 0.72 |
| Hex | F5 | CE | 79 | 0 | 10 | 33 | 4 | 29 | 56 | 48 |
| Octal | 365 | 316 | 171 | 0 | 20 | 63 | 4 | 51 | 126 | 110 |
| Binary | 11110101 | 11001110 | 1111001 | 0 | 10000 | 110011 | 100 | 101001 | 1010110 | 1001000 |
Color Harmonies of #F5CE79
Complementary color
Monochromatic Colors of #F5CE79
Black with #F5CE79
Text Example
Text Example
White with #F5CE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE79; }
p { color: rgb(245,206,121); }
H1.HeaderClassName
{
color: #F5CE79;
}
.AnyTagClassName
{
color: #F5CE79;
}
</style>
background-color css
<style>
a { background-color: #F5CE79; }
a { background-color: rgb(245,206,121); }
div.DivClassName
{
background-color: #F5CE79;
}
.BgClassName
{
background-color: #F5CE79;
}
</style>
border-color css
<style>
span { border-color: #F5CE79; }
span { border-color: rgb(245,206,121); }
td.TdClassName
{
border-color: #F5CE79;
}
.TagClassName
{
border-color: #F5CE79;
}
</style>