Shades of Cherokee #FBC988
Tints of Cherokee #FBC988
RGB
CMYK
RGB Variations
Color information
#FBC988 (or 0xFBC988) is known color: Cherokee. HEX triplet: FB, C9 and 88. RGB value is (251,201,136). Sum of RGB (Red+Green+Blue) = 251+201+136=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 136 (53.52% from 255 or 23.13% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC988 is #043677. Grayscale: #D0D0D0. Windows color (decimal): -276088 or 8964603. OLE color: 8964603.
HSL color Cylindrical-coordinate representation of color #FBC988: hue angle of 33.91º degrees, saturation: 0.93, 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 #FBC988 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 136 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.02 |
| HSL | 33.91º | 0.93% | 0.76% | - |
| HSV(B) | 33.91º | 0.46% | 0.98% | - |
| XYZ | 65.11 | 64.06 | 32.23 | - |
| YUV | 208.54 | 87.07 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 136 | 0 | 0.20 | 0.46 | 0.02 | 33.91 | 0.93 | 0.76 |
| Hex | FB | C9 | 88 | 0 | 14 | 2E | 2 | 22 | 5D | 4C |
| Octal | 373 | 311 | 210 | 0 | 24 | 56 | 2 | 42 | 135 | 114 |
| Binary | 11111011 | 11001001 | 10001000 | 0 | 10100 | 101110 | 10 | 100010 | 1011101 | 1001100 |
Color Harmonies of #FBC988
Complementary color
Monochromatic Colors of #FBC988
Black with #FBC988
Text Example
Text Example
White with #FBC988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC988; }
p { color: rgb(251,201,136); }
H1.HeaderClassName
{
color: #FBC988;
}
.AnyTagClassName
{
color: #FBC988;
}
</style>
background-color css
<style>
a { background-color: #FBC988; }
a { background-color: rgb(251,201,136); }
div.DivClassName
{
background-color: #FBC988;
}
.BgClassName
{
background-color: #FBC988;
}
</style>
border-color css
<style>
span { border-color: #FBC988; }
span { border-color: rgb(251,201,136); }
td.TdClassName
{
border-color: #FBC988;
}
.TagClassName
{
border-color: #FBC988;
}
</style>