Shades of Cherokee #FBC983
Tints of Cherokee #FBC983
RGB
CMYK
RGB Variations
Color information
#FBC983 (or 0xFBC983) is known color: Cherokee. HEX triplet: FB, C9 and 83. RGB value is (251,201,131). Sum of RGB (Red+Green+Blue) = 251+201+131=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 131 (51.56% from 255 or 22.47% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC983 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC983 is #04367C. Grayscale: #D0D0D0. Windows color (decimal): -276093 or 8636923. OLE color: 8636923.
HSL color Cylindrical-coordinate representation of color #FBC983: hue angle of 35º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FBC983 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 131 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.02 |
| HSL | 35º | 0.94% | 0.75% | - |
| HSV(B) | 35º | 0.48% | 0.98% | - |
| XYZ | 64.77 | 63.92 | 30.4 | - |
| YUV | 207.97 | 84.57 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 131 | 0 | 0.20 | 0.48 | 0.02 | 35 | 0.94 | 0.75 |
| Hex | FB | C9 | 83 | 0 | 14 | 30 | 2 | 23 | 5E | 4B |
| Octal | 373 | 311 | 203 | 0 | 24 | 60 | 2 | 43 | 136 | 113 |
| Binary | 11111011 | 11001001 | 10000011 | 0 | 10100 | 110000 | 10 | 100011 | 1011110 | 1001011 |
Color Harmonies of #FBC983
Complementary color
Monochromatic Colors of #FBC983
Black with #FBC983
Text Example
Text Example
White with #FBC983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC983; }
p { color: rgb(251,201,131); }
H1.HeaderClassName
{
color: #FBC983;
}
.AnyTagClassName
{
color: #FBC983;
}
</style>
background-color css
<style>
a { background-color: #FBC983; }
a { background-color: rgb(251,201,131); }
div.DivClassName
{
background-color: #FBC983;
}
.BgClassName
{
background-color: #FBC983;
}
</style>
border-color css
<style>
span { border-color: #FBC983; }
span { border-color: rgb(251,201,131); }
td.TdClassName
{
border-color: #FBC983;
}
.TagClassName
{
border-color: #FBC983;
}
</style>