Shades of Cherokee #F3C986
Tints of Cherokee #F3C986
RGB
CMYK
RGB Variations
Color information
#F3C986 (or 0xF3C986) is known color: Cherokee. HEX triplet: F3, C9 and 86. RGB value is (243,201,134). Sum of RGB (Red+Green+Blue) = 243+201+134=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 134 (52.73% from 255 or 23.18% from 578); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C986 is #0C3679. Grayscale: #CECECE. Windows color (decimal): -800378 or 8833523. OLE color: 8833523.
HSL color Cylindrical-coordinate representation of color #F3C986: hue angle of 36.88º degrees, saturation: 0.82, 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 #F3C986 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 134 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.05 |
| HSL | 36.88º | 0.82% | 0.74% | - |
| HSV(B) | 36.88º | 0.45% | 0.95% | - |
| XYZ | 62.15 | 62.55 | 31.35 | - |
| YUV | 205.92 | 87.41 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 134 | 0 | 0.17 | 0.45 | 0.05 | 36.88 | 0.82 | 0.74 |
| Hex | F3 | C9 | 86 | 0 | 11 | 2D | 5 | 25 | 52 | 4A |
| Octal | 363 | 311 | 206 | 0 | 21 | 55 | 5 | 45 | 122 | 112 |
| Binary | 11110011 | 11001001 | 10000110 | 0 | 10001 | 101101 | 101 | 100101 | 1010010 | 1001010 |
Color Harmonies of #F3C986
Complementary color
Monochromatic Colors of #F3C986
Black with #F3C986
Text Example
Text Example
White with #F3C986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C986; }
p { color: rgb(243,201,134); }
H1.HeaderClassName
{
color: #F3C986;
}
.AnyTagClassName
{
color: #F3C986;
}
</style>
background-color css
<style>
a { background-color: #F3C986; }
a { background-color: rgb(243,201,134); }
div.DivClassName
{
background-color: #F3C986;
}
.BgClassName
{
background-color: #F3C986;
}
</style>
border-color css
<style>
span { border-color: #F3C986; }
span { border-color: rgb(243,201,134); }
td.TdClassName
{
border-color: #F3C986;
}
.TagClassName
{
border-color: #F3C986;
}
</style>