Shades of Cherokee #F9C886
Tints of Cherokee #F9C886
RGB
CMYK
RGB Variations
Color information
#F9C886 (or 0xF9C886) is known color: Cherokee. HEX triplet: F9, C8 and 86. RGB value is (249,200,134). Sum of RGB (Red+Green+Blue) = 249+200+134=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 134 (52.73% from 255 or 22.98% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C886 is #063779. Grayscale: #CFCFCF. Windows color (decimal): -407418 or 8833273. OLE color: 8833273.
HSL color Cylindrical-coordinate representation of color #F9C886: hue angle of 34.43º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F9C886 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 134 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.02 |
| HSL | 34.43º | 0.91% | 0.75% | - |
| HSV(B) | 34.43º | 0.46% | 0.98% | - |
| XYZ | 64.02 | 63.17 | 31.37 | - |
| YUV | 207.13 | 86.73 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 134 | 0 | 0.20 | 0.46 | 0.02 | 34.43 | 0.91 | 0.75 |
| Hex | F9 | C8 | 86 | 0 | 14 | 2E | 2 | 22 | 5B | 4B |
| Octal | 371 | 310 | 206 | 0 | 24 | 56 | 2 | 42 | 133 | 113 |
| Binary | 11111001 | 11001000 | 10000110 | 0 | 10100 | 101110 | 10 | 100010 | 1011011 | 1001011 |
Color Harmonies of #F9C886
Complementary color
Monochromatic Colors of #F9C886
Black with #F9C886
Text Example
Text Example
White with #F9C886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C886; }
p { color: rgb(249,200,134); }
H1.HeaderClassName
{
color: #F9C886;
}
.AnyTagClassName
{
color: #F9C886;
}
</style>
background-color css
<style>
a { background-color: #F9C886; }
a { background-color: rgb(249,200,134); }
div.DivClassName
{
background-color: #F9C886;
}
.BgClassName
{
background-color: #F9C886;
}
</style>
border-color css
<style>
span { border-color: #F9C886; }
span { border-color: rgb(249,200,134); }
td.TdClassName
{
border-color: #F9C886;
}
.TagClassName
{
border-color: #F9C886;
}
</style>