Shades of Cherokee #F5D07E
Tints of Cherokee #F5D07E
RGB
CMYK
RGB Variations
Color information
#F5D07E (or 0xF5D07E) is known color: Cherokee. HEX triplet: F5, D0 and 7E. RGB value is (245,208,126). Sum of RGB (Red+Green+Blue) = 245+208+126=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 126 (49.61% from 255 or 21.76% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D07E is #0A2F81. Grayscale: #D2D2D2. Windows color (decimal): -667522 or 8311029. OLE color: 8311029.
HSL color Cylindrical-coordinate representation of color #F5D07E: hue angle of 41.34º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5D07E is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 126 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.04 |
| HSL | 41.34º | 0.86% | 0.73% | - |
| HSV(B) | 41.34º | 0.49% | 0.96% | - |
| XYZ | 63.98 | 66.03 | 29.11 | - |
| YUV | 209.72 | 80.76 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 126 | 0 | 0.15 | 0.49 | 0.04 | 41.34 | 0.86 | 0.73 |
| Hex | F5 | D0 | 7E | 0 | F | 31 | 4 | 29 | 56 | 49 |
| Octal | 365 | 320 | 176 | 0 | 17 | 61 | 4 | 51 | 126 | 111 |
| Binary | 11110101 | 11010000 | 1111110 | 0 | 1111 | 110001 | 100 | 101001 | 1010110 | 1001001 |
Color Harmonies of #F5D07E
Complementary color
Monochromatic Colors of #F5D07E
Black with #F5D07E
Text Example
Text Example
White with #F5D07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D07E; }
p { color: rgb(245,208,126); }
H1.HeaderClassName
{
color: #F5D07E;
}
.AnyTagClassName
{
color: #F5D07E;
}
</style>
background-color css
<style>
a { background-color: #F5D07E; }
a { background-color: rgb(245,208,126); }
div.DivClassName
{
background-color: #F5D07E;
}
.BgClassName
{
background-color: #F5D07E;
}
</style>
border-color css
<style>
span { border-color: #F5D07E; }
span { border-color: rgb(245,208,126); }
td.TdClassName
{
border-color: #F5D07E;
}
.TagClassName
{
border-color: #F5D07E;
}
</style>