Shades of Cherokee #F2C886
Tints of Cherokee #F2C886
RGB
CMYK
RGB Variations
Color information
#F2C886 (or 0xF2C886) is known color: Cherokee. HEX triplet: F2, C8 and 86. RGB value is (242,200,134). Sum of RGB (Red+Green+Blue) = 242+200+134=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 134 (52.73% from 255 or 23.26% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C886 is #0D3779. Grayscale: #CDCDCD. Windows color (decimal): -866170 or 8833266. OLE color: 8833266.
HSL color Cylindrical-coordinate representation of color #F2C886: hue angle of 36.67º 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 #F2C886 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 134 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.05 |
| HSL | 36.67º | 0.81% | 0.74% | - |
| HSV(B) | 36.67º | 0.45% | 0.95% | - |
| XYZ | 61.58 | 61.91 | 31.26 | - |
| YUV | 205.03 | 87.91 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 134 | 0 | 0.17 | 0.45 | 0.05 | 36.67 | 0.81 | 0.74 |
| Hex | F2 | C8 | 86 | 0 | 11 | 2D | 5 | 25 | 51 | 4A |
| Octal | 362 | 310 | 206 | 0 | 21 | 55 | 5 | 45 | 121 | 112 |
| Binary | 11110010 | 11001000 | 10000110 | 0 | 10001 | 101101 | 101 | 100101 | 1010001 | 1001010 |
Color Harmonies of #F2C886
Complementary color
Monochromatic Colors of #F2C886
Black with #F2C886
Text Example
Text Example
White with #F2C886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C886; }
p { color: rgb(242,200,134); }
H1.HeaderClassName
{
color: #F2C886;
}
.AnyTagClassName
{
color: #F2C886;
}
</style>
background-color css
<style>
a { background-color: #F2C886; }
a { background-color: rgb(242,200,134); }
div.DivClassName
{
background-color: #F2C886;
}
.BgClassName
{
background-color: #F2C886;
}
</style>
border-color css
<style>
span { border-color: #F2C886; }
span { border-color: rgb(242,200,134); }
td.TdClassName
{
border-color: #F2C886;
}
.TagClassName
{
border-color: #F2C886;
}
</style>