Shades of Cherokee #F2C986
Tints of Cherokee #F2C986
RGB
CMYK
RGB Variations
Color information
#F2C986 (or 0xF2C986) is known color: Cherokee. HEX triplet: F2, C9 and 86. RGB value is (242,201,134). Sum of RGB (Red+Green+Blue) = 242+201+134=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 134 (52.73% from 255 or 23.22% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C986 is #0D3679. Grayscale: #CDCDCD. Windows color (decimal): -865914 or 8833522. OLE color: 8833522.
HSL color Cylindrical-coordinate representation of color #F2C986: hue angle of 37.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 #F2C986 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 134 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.05 |
| HSL | 37.22º | 0.81% | 0.74% | - |
| HSV(B) | 37.22º | 0.45% | 0.95% | - |
| XYZ | 61.81 | 62.37 | 31.34 | - |
| YUV | 205.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 134 | 0 | 0.17 | 0.45 | 0.05 | 37.22 | 0.81 | 0.74 |
| Hex | F2 | C9 | 86 | 0 | 11 | 2D | 5 | 25 | 51 | 4A |
| Octal | 362 | 311 | 206 | 0 | 21 | 55 | 5 | 45 | 121 | 112 |
| Binary | 11110010 | 11001001 | 10000110 | 0 | 10001 | 101101 | 101 | 100101 | 1010001 | 1001010 |
Color Harmonies of #F2C986
Complementary color
Monochromatic Colors of #F2C986
Black with #F2C986
Text Example
Text Example
White with #F2C986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C986; }
p { color: rgb(242,201,134); }
H1.HeaderClassName
{
color: #F2C986;
}
.AnyTagClassName
{
color: #F2C986;
}
</style>
background-color css
<style>
a { background-color: #F2C986; }
a { background-color: rgb(242,201,134); }
div.DivClassName
{
background-color: #F2C986;
}
.BgClassName
{
background-color: #F2C986;
}
</style>
border-color css
<style>
span { border-color: #F2C986; }
span { border-color: rgb(242,201,134); }
td.TdClassName
{
border-color: #F2C986;
}
.TagClassName
{
border-color: #F2C986;
}
</style>