Shades of Cherokee #FBC886
Tints of Cherokee #FBC886
RGB
CMYK
RGB Variations
Color information
#FBC886 (or 0xFBC886) is known color: Cherokee. HEX triplet: FB, C8 and 86. RGB value is (251,200,134). Sum of RGB (Red+Green+Blue) = 251+200+134=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 134 (52.73% from 255 or 22.91% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC886 is #043779. Grayscale: #D0D0D0. Windows color (decimal): -276346 or 8833275. OLE color: 8833275.
HSL color Cylindrical-coordinate representation of color #FBC886: hue angle of 33.85º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FBC886 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 134 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.02 |
| HSL | 33.85º | 0.94% | 0.75% | - |
| HSV(B) | 33.85º | 0.47% | 0.98% | - |
| XYZ | 64.74 | 63.54 | 31.41 | - |
| YUV | 207.73 | 86.4 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 134 | 0 | 0.20 | 0.47 | 0.02 | 33.85 | 0.94 | 0.75 |
| Hex | FB | C8 | 86 | 0 | 14 | 2F | 2 | 22 | 5E | 4B |
| Octal | 373 | 310 | 206 | 0 | 24 | 57 | 2 | 42 | 136 | 113 |
| Binary | 11111011 | 11001000 | 10000110 | 0 | 10100 | 101111 | 10 | 100010 | 1011110 | 1001011 |
Color Harmonies of #FBC886
Complementary color
Monochromatic Colors of #FBC886
Black with #FBC886
Text Example
Text Example
White with #FBC886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC886; }
p { color: rgb(251,200,134); }
H1.HeaderClassName
{
color: #FBC886;
}
.AnyTagClassName
{
color: #FBC886;
}
</style>
background-color css
<style>
a { background-color: #FBC886; }
a { background-color: rgb(251,200,134); }
div.DivClassName
{
background-color: #FBC886;
}
.BgClassName
{
background-color: #FBC886;
}
</style>
border-color css
<style>
span { border-color: #FBC886; }
span { border-color: rgb(251,200,134); }
td.TdClassName
{
border-color: #FBC886;
}
.TagClassName
{
border-color: #FBC886;
}
</style>