Shades of Cherokee #F5CC7F
Tints of Cherokee #F5CC7F
RGB
CMYK
RGB Variations
Color information
#F5CC7F (or 0xF5CC7F) is known color: Cherokee. HEX triplet: F5, CC and 7F. RGB value is (245,204,127). Sum of RGB (Red+Green+Blue) = 245+204+127=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 127 (50% from 255 or 22.05% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CC7F is #0A3380. Grayscale: #CFCFCF. Windows color (decimal): -668545 or 8375541. OLE color: 8375541.
HSL color Cylindrical-coordinate representation of color #F5CC7F: hue angle of 39.15º 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 #F5CC7F is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 204 | 127 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.04 |
| HSL | 39.15º | 0.86% | 0.73% | - |
| HSV(B) | 39.15º | 0.48% | 0.96% | - |
| XYZ | 63.08 | 64.13 | 29.13 | - |
| YUV | 207.48 | 82.58 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 204 | 127 | 0 | 0.17 | 0.48 | 0.04 | 39.15 | 0.86 | 0.73 |
| Hex | F5 | CC | 7F | 0 | 11 | 30 | 4 | 27 | 56 | 49 |
| Octal | 365 | 314 | 177 | 0 | 21 | 60 | 4 | 47 | 126 | 111 |
| Binary | 11110101 | 11001100 | 1111111 | 0 | 10001 | 110000 | 100 | 100111 | 1010110 | 1001001 |
Color Harmonies of #F5CC7F
Complementary color
Monochromatic Colors of #F5CC7F
Black with #F5CC7F
Text Example
Text Example
White with #F5CC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CC7F; }
p { color: rgb(245,204,127); }
H1.HeaderClassName
{
color: #F5CC7F;
}
.AnyTagClassName
{
color: #F5CC7F;
}
</style>
background-color css
<style>
a { background-color: #F5CC7F; }
a { background-color: rgb(245,204,127); }
div.DivClassName
{
background-color: #F5CC7F;
}
.BgClassName
{
background-color: #F5CC7F;
}
</style>
border-color css
<style>
span { border-color: #F5CC7F; }
span { border-color: rgb(245,204,127); }
td.TdClassName
{
border-color: #F5CC7F;
}
.TagClassName
{
border-color: #F5CC7F;
}
</style>