Shades of Cherokee #F5CE7F
Tints of Cherokee #F5CE7F
RGB
CMYK
RGB Variations
Color information
#F5CE7F (or 0xF5CE7F) is known color: Cherokee. HEX triplet: F5, CE and 7F. RGB value is (245,206,127). Sum of RGB (Red+Green+Blue) = 245+206+127=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 127 (50% from 255 or 21.97% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CE7F is #0A3180. Grayscale: #D1D1D1. Windows color (decimal): -668033 or 8376053. OLE color: 8376053.
HSL color Cylindrical-coordinate representation of color #F5CE7F: hue angle of 40.17º 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 #F5CE7F is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 127 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.04 |
| HSL | 40.17º | 0.86% | 0.73% | - |
| HSV(B) | 40.17º | 0.48% | 0.96% | - |
| XYZ | 63.56 | 65.09 | 29.29 | - |
| YUV | 208.66 | 81.92 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 127 | 0 | 0.16 | 0.48 | 0.04 | 40.17 | 0.86 | 0.73 |
| Hex | F5 | CE | 7F | 0 | 10 | 30 | 4 | 28 | 56 | 49 |
| Octal | 365 | 316 | 177 | 0 | 20 | 60 | 4 | 50 | 126 | 111 |
| Binary | 11110101 | 11001110 | 1111111 | 0 | 10000 | 110000 | 100 | 101000 | 1010110 | 1001001 |
Color Harmonies of #F5CE7F
Complementary color
Monochromatic Colors of #F5CE7F
Black with #F5CE7F
Text Example
Text Example
White with #F5CE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE7F; }
p { color: rgb(245,206,127); }
H1.HeaderClassName
{
color: #F5CE7F;
}
.AnyTagClassName
{
color: #F5CE7F;
}
</style>
background-color css
<style>
a { background-color: #F5CE7F; }
a { background-color: rgb(245,206,127); }
div.DivClassName
{
background-color: #F5CE7F;
}
.BgClassName
{
background-color: #F5CE7F;
}
</style>
border-color css
<style>
span { border-color: #F5CE7F; }
span { border-color: rgb(245,206,127); }
td.TdClassName
{
border-color: #F5CE7F;
}
.TagClassName
{
border-color: #F5CE7F;
}
</style>