Shades of Cherokee #F6D07F
Tints of Cherokee #F6D07F
RGB
CMYK
RGB Variations
Color information
#F6D07F (or 0xF6D07F) is known color: Cherokee. HEX triplet: F6, D0 and 7F. RGB value is (246,208,127). Sum of RGB (Red+Green+Blue) = 246+208+127=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 127 (50% from 255 or 21.86% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D07F is #092F80. Grayscale: #D2D2D2. Windows color (decimal): -601985 or 8376566. OLE color: 8376566.
HSL color Cylindrical-coordinate representation of color #F6D07F: hue angle of 40.84º degrees, saturation: 0.87, 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 #F6D07F is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 208 | 127 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.04 |
| HSL | 40.84º | 0.87% | 0.73% | - |
| HSV(B) | 40.84º | 0.48% | 0.96% | - |
| XYZ | 64.39 | 66.24 | 29.47 | - |
| YUV | 210.13 | 81.09 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 208 | 127 | 0 | 0.15 | 0.48 | 0.04 | 40.84 | 0.87 | 0.73 |
| Hex | F6 | D0 | 7F | 0 | F | 30 | 4 | 29 | 57 | 49 |
| Octal | 366 | 320 | 177 | 0 | 17 | 60 | 4 | 51 | 127 | 111 |
| Binary | 11110110 | 11010000 | 1111111 | 0 | 1111 | 110000 | 100 | 101001 | 1010111 | 1001001 |
Color Harmonies of #F6D07F
Complementary color
Monochromatic Colors of #F6D07F
Black with #F6D07F
Text Example
Text Example
White with #F6D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D07F; }
p { color: rgb(246,208,127); }
H1.HeaderClassName
{
color: #F6D07F;
}
.AnyTagClassName
{
color: #F6D07F;
}
</style>
background-color css
<style>
a { background-color: #F6D07F; }
a { background-color: rgb(246,208,127); }
div.DivClassName
{
background-color: #F6D07F;
}
.BgClassName
{
background-color: #F6D07F;
}
</style>
border-color css
<style>
span { border-color: #F6D07F; }
span { border-color: rgb(246,208,127); }
td.TdClassName
{
border-color: #F6D07F;
}
.TagClassName
{
border-color: #F6D07F;
}
</style>