Shades of Cherokee #F2D286
Tints of Cherokee #F2D286
RGB
CMYK
RGB Variations
Color information
#F2D286 (or 0xF2D286) is known color: Cherokee. HEX triplet: F2, D2 and 86. RGB value is (242,210,134). Sum of RGB (Red+Green+Blue) = 242+210+134=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 134 (52.73% from 255 or 22.87% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D286 is #0D2D79. Grayscale: #D3D3D3. Windows color (decimal): -863610 or 8835826. OLE color: 8835826.
HSL color Cylindrical-coordinate representation of color #F2D286: hue angle of 42.22º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2D286 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 210 | 134 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.05 |
| HSL | 42.22º | 0.81% | 0.74% | - |
| HSV(B) | 42.22º | 0.45% | 0.95% | - |
| XYZ | 63.97 | 66.69 | 32.06 | - |
| YUV | 210.9 | 84.6 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 210 | 134 | 0 | 0.13 | 0.45 | 0.05 | 42.22 | 0.81 | 0.74 |
| Hex | F2 | D2 | 86 | 0 | D | 2D | 5 | 2A | 51 | 4A |
| Octal | 362 | 322 | 206 | 0 | 15 | 55 | 5 | 52 | 121 | 112 |
| Binary | 11110010 | 11010010 | 10000110 | 0 | 1101 | 101101 | 101 | 101010 | 1010001 | 1001010 |
Color Harmonies of #F2D286
Complementary color
Monochromatic Colors of #F2D286
Black with #F2D286
Text Example
Text Example
White with #F2D286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D286; }
p { color: rgb(242,210,134); }
H1.HeaderClassName
{
color: #F2D286;
}
.AnyTagClassName
{
color: #F2D286;
}
</style>
background-color css
<style>
a { background-color: #F2D286; }
a { background-color: rgb(242,210,134); }
div.DivClassName
{
background-color: #F2D286;
}
.BgClassName
{
background-color: #F2D286;
}
</style>
border-color css
<style>
span { border-color: #F2D286; }
span { border-color: rgb(242,210,134); }
td.TdClassName
{
border-color: #F2D286;
}
.TagClassName
{
border-color: #F2D286;
}
</style>