Shades of Cherokee #F7D08B
Tints of Cherokee #F7D08B
RGB
CMYK
RGB Variations
Color information
#F7D08B (or 0xF7D08B) is known color: Cherokee. HEX triplet: F7, D0 and 8B. RGB value is (247,208,139). Sum of RGB (Red+Green+Blue) = 247+208+139=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D08B is #082F74. Grayscale: #D4D4D4. Windows color (decimal): -536437 or 9162999. OLE color: 9162999.
HSL color Cylindrical-coordinate representation of color #F7D08B: hue angle of 38.33º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F7D08B is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 208 | 139 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.03 |
| HSL | 38.33º | 0.87% | 0.76% | - |
| HSV(B) | 38.33º | 0.44% | 0.97% | - |
| XYZ | 65.57 | 66.75 | 33.85 | - |
| YUV | 211.8 | 86.92 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 208 | 139 | 0 | 0.16 | 0.44 | 0.03 | 38.33 | 0.87 | 0.76 |
| Hex | F7 | D0 | 8B | 0 | 10 | 2C | 3 | 26 | 57 | 4C |
| Octal | 367 | 320 | 213 | 0 | 20 | 54 | 3 | 46 | 127 | 114 |
| Binary | 11110111 | 11010000 | 10001011 | 0 | 10000 | 101100 | 11 | 100110 | 1010111 | 1001100 |
Color Harmonies of #F7D08B
Complementary color
Monochromatic Colors of #F7D08B
Black with #F7D08B
Text Example
Text Example
White with #F7D08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D08B; }
p { color: rgb(247,208,139); }
H1.HeaderClassName
{
color: #F7D08B;
}
.AnyTagClassName
{
color: #F7D08B;
}
</style>
background-color css
<style>
a { background-color: #F7D08B; }
a { background-color: rgb(247,208,139); }
div.DivClassName
{
background-color: #F7D08B;
}
.BgClassName
{
background-color: #F7D08B;
}
</style>
border-color css
<style>
span { border-color: #F7D08B; }
span { border-color: rgb(247,208,139); }
td.TdClassName
{
border-color: #F7D08B;
}
.TagClassName
{
border-color: #F7D08B;
}
</style>