Shades of Cherokee #F2D07E
Tints of Cherokee #F2D07E
RGB
CMYK
RGB Variations
Color information
#F2D07E (or 0xF2D07E) is known color: Cherokee. HEX triplet: F2, D0 and 7E. RGB value is (242,208,126). Sum of RGB (Red+Green+Blue) = 242+208+126=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 126 (49.61% from 255 or 21.88% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D07E is #0D2F81. Grayscale: #D1D1D1. Windows color (decimal): -864130 or 8311026. OLE color: 8311026.
HSL color Cylindrical-coordinate representation of color #F2D07E: hue angle of 42.41º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2D07E is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 126 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.05 |
| HSL | 42.41º | 0.82% | 0.72% | - |
| HSV(B) | 42.41º | 0.48% | 0.95% | - |
| XYZ | 62.94 | 65.5 | 29.06 | - |
| YUV | 208.82 | 81.26 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 126 | 0 | 0.14 | 0.48 | 0.05 | 42.41 | 0.82 | 0.72 |
| Hex | F2 | D0 | 7E | 0 | E | 30 | 5 | 2A | 52 | 48 |
| Octal | 362 | 320 | 176 | 0 | 16 | 60 | 5 | 52 | 122 | 110 |
| Binary | 11110010 | 11010000 | 1111110 | 0 | 1110 | 110000 | 101 | 101010 | 1010010 | 1001000 |
Color Harmonies of #F2D07E
Complementary color
Monochromatic Colors of #F2D07E
Black with #F2D07E
Text Example
Text Example
White with #F2D07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D07E; }
p { color: rgb(242,208,126); }
H1.HeaderClassName
{
color: #F2D07E;
}
.AnyTagClassName
{
color: #F2D07E;
}
</style>
background-color css
<style>
a { background-color: #F2D07E; }
a { background-color: rgb(242,208,126); }
div.DivClassName
{
background-color: #F2D07E;
}
.BgClassName
{
background-color: #F2D07E;
}
</style>
border-color css
<style>
span { border-color: #F2D07E; }
span { border-color: rgb(242,208,126); }
td.TdClassName
{
border-color: #F2D07E;
}
.TagClassName
{
border-color: #F2D07E;
}
</style>