Shades of Cherokee #FBC986
Tints of Cherokee #FBC986
RGB
CMYK
RGB Variations
Color information
#FBC986 (or 0xFBC986) is known color: Cherokee. HEX triplet: FB, C9 and 86. RGB value is (251,201,134). Sum of RGB (Red+Green+Blue) = 251+201+134=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 134 (52.73% from 255 or 22.87% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC986 is #043679. Grayscale: #D0D0D0. Windows color (decimal): -276090 or 8833531. OLE color: 8833531.
HSL color Cylindrical-coordinate representation of color #FBC986: hue angle of 34.36º 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 #FBC986 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 134 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.02 |
| HSL | 34.36º | 0.94% | 0.75% | - |
| HSV(B) | 34.36º | 0.47% | 0.98% | - |
| XYZ | 64.97 | 64 | 31.48 | - |
| YUV | 208.31 | 86.07 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 134 | 0 | 0.20 | 0.47 | 0.02 | 34.36 | 0.94 | 0.75 |
| Hex | FB | C9 | 86 | 0 | 14 | 2F | 2 | 22 | 5E | 4B |
| Octal | 373 | 311 | 206 | 0 | 24 | 57 | 2 | 42 | 136 | 113 |
| Binary | 11111011 | 11001001 | 10000110 | 0 | 10100 | 101111 | 10 | 100010 | 1011110 | 1001011 |
Color Harmonies of #FBC986
Complementary color
Monochromatic Colors of #FBC986
Black with #FBC986
Text Example
Text Example
White with #FBC986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC986; }
p { color: rgb(251,201,134); }
H1.HeaderClassName
{
color: #FBC986;
}
.AnyTagClassName
{
color: #FBC986;
}
</style>
background-color css
<style>
a { background-color: #FBC986; }
a { background-color: rgb(251,201,134); }
div.DivClassName
{
background-color: #FBC986;
}
.BgClassName
{
background-color: #FBC986;
}
</style>
border-color css
<style>
span { border-color: #FBC986; }
span { border-color: rgb(251,201,134); }
td.TdClassName
{
border-color: #FBC986;
}
.TagClassName
{
border-color: #FBC986;
}
</style>