Shades of Cherokee #F0D07E
Tints of Cherokee #F0D07E
RGB
CMYK
RGB Variations
Color information
#F0D07E (or 0xF0D07E) is known color: Cherokee. HEX triplet: F0, D0 and 7E. RGB value is (240,208,126). Sum of RGB (Red+Green+Blue) = 240+208+126=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 126 (49.61% from 255 or 21.95% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D07E is #0F2F81. Grayscale: #D0D0D0. Windows color (decimal): -995202 or 8311024. OLE color: 8311024.
HSL color Cylindrical-coordinate representation of color #F0D07E: hue angle of 43.16º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0D07E is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 126 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.06 |
| HSL | 43.16º | 0.79% | 0.72% | - |
| HSV(B) | 43.16º | 0.48% | 0.94% | - |
| XYZ | 62.26 | 65.14 | 29.03 | - |
| YUV | 208.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 126 | 0 | 0.13 | 0.48 | 0.06 | 43.16 | 0.79 | 0.72 |
| Hex | F0 | D0 | 7E | 0 | D | 30 | 6 | 2B | 4F | 48 |
| Octal | 360 | 320 | 176 | 0 | 15 | 60 | 6 | 53 | 117 | 110 |
| Binary | 11110000 | 11010000 | 1111110 | 0 | 1101 | 110000 | 110 | 101011 | 1001111 | 1001000 |
Color Harmonies of #F0D07E
Complementary color
Monochromatic Colors of #F0D07E
Black with #F0D07E
Text Example
Text Example
White with #F0D07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D07E; }
p { color: rgb(240,208,126); }
H1.HeaderClassName
{
color: #F0D07E;
}
.AnyTagClassName
{
color: #F0D07E;
}
</style>
background-color css
<style>
a { background-color: #F0D07E; }
a { background-color: rgb(240,208,126); }
div.DivClassName
{
background-color: #F0D07E;
}
.BgClassName
{
background-color: #F0D07E;
}
</style>
border-color css
<style>
span { border-color: #F0D07E; }
span { border-color: rgb(240,208,126); }
td.TdClassName
{
border-color: #F0D07E;
}
.TagClassName
{
border-color: #F0D07E;
}
</style>