Shades of Cherokee #FBC987
Tints of Cherokee #FBC987
RGB
CMYK
RGB Variations
Color information
#FBC987 (or 0xFBC987) is known color: Cherokee. HEX triplet: FB, C9 and 87. RGB value is (251,201,135). Sum of RGB (Red+Green+Blue) = 251+201+135=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 135 (53.12% from 255 or 23.00% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC987 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC987 is #043678. Grayscale: #D0D0D0. Windows color (decimal): -276089 or 8899067. OLE color: 8899067.
HSL color Cylindrical-coordinate representation of color #FBC987: hue angle of 34.14º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FBC987 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 135 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.02 |
| HSL | 34.14º | 0.94% | 0.76% | - |
| HSV(B) | 34.14º | 0.46% | 0.98% | - |
| XYZ | 65.04 | 64.03 | 31.85 | - |
| YUV | 208.43 | 86.57 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 135 | 0 | 0.20 | 0.46 | 0.02 | 34.14 | 0.94 | 0.76 |
| Hex | FB | C9 | 87 | 0 | 14 | 2E | 2 | 22 | 5E | 4C |
| Octal | 373 | 311 | 207 | 0 | 24 | 56 | 2 | 42 | 136 | 114 |
| Binary | 11111011 | 11001001 | 10000111 | 0 | 10100 | 101110 | 10 | 100010 | 1011110 | 1001100 |
Color Harmonies of #FBC987
Complementary color
Monochromatic Colors of #FBC987
Black with #FBC987
Text Example
Text Example
White with #FBC987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC987; }
p { color: rgb(251,201,135); }
H1.HeaderClassName
{
color: #FBC987;
}
.AnyTagClassName
{
color: #FBC987;
}
</style>
background-color css
<style>
a { background-color: #FBC987; }
a { background-color: rgb(251,201,135); }
div.DivClassName
{
background-color: #FBC987;
}
.BgClassName
{
background-color: #FBC987;
}
</style>
border-color css
<style>
span { border-color: #FBC987; }
span { border-color: rgb(251,201,135); }
td.TdClassName
{
border-color: #FBC987;
}
.TagClassName
{
border-color: #FBC987;
}
</style>