Shades of Cherokee #F5CE77
Tints of Cherokee #F5CE77
RGB
CMYK
RGB Variations
Color information
#F5CE77 (or 0xF5CE77) is known color: Cherokee. HEX triplet: F5, CE and 77. RGB value is (245,206,119). Sum of RGB (Red+Green+Blue) = 245+206+119=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 119 (46.88% from 255 or 20.88% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CE77 is #0A3188. Grayscale: #D0D0D0. Windows color (decimal): -668041 or 7851765. OLE color: 7851765.
HSL color Cylindrical-coordinate representation of color #F5CE77: hue angle of 41.43º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5CE77 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 119 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.04 |
| HSL | 41.43º | 0.86% | 0.71% | - |
| HSV(B) | 41.43º | 0.51% | 0.96% | - |
| XYZ | 63.06 | 64.89 | 26.65 | - |
| YUV | 207.74 | 77.92 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 119 | 0 | 0.16 | 0.51 | 0.04 | 41.43 | 0.86 | 0.71 |
| Hex | F5 | CE | 77 | 0 | 10 | 33 | 4 | 29 | 56 | 47 |
| Octal | 365 | 316 | 167 | 0 | 20 | 63 | 4 | 51 | 126 | 107 |
| Binary | 11110101 | 11001110 | 1110111 | 0 | 10000 | 110011 | 100 | 101001 | 1010110 | 1000111 |
Color Harmonies of #F5CE77
Complementary color
Monochromatic Colors of #F5CE77
Black with #F5CE77
Text Example
Text Example
White with #F5CE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE77; }
p { color: rgb(245,206,119); }
H1.HeaderClassName
{
color: #F5CE77;
}
.AnyTagClassName
{
color: #F5CE77;
}
</style>
background-color css
<style>
a { background-color: #F5CE77; }
a { background-color: rgb(245,206,119); }
div.DivClassName
{
background-color: #F5CE77;
}
.BgClassName
{
background-color: #F5CE77;
}
</style>
border-color css
<style>
span { border-color: #F5CE77; }
span { border-color: rgb(245,206,119); }
td.TdClassName
{
border-color: #F5CE77;
}
.TagClassName
{
border-color: #F5CE77;
}
</style>