Shades of Cherokee #FBC488
Tints of Cherokee #FBC488
RGB
CMYK
RGB Variations
Color information
#FBC488 (or 0xFBC488) is known color: Cherokee. HEX triplet: FB, C4 and 88. RGB value is (251,196,136). Sum of RGB (Red+Green+Blue) = 251+196+136=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 136 (53.52% from 255 or 23.33% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC488 is #043B77. Grayscale: #CDCDCD. Windows color (decimal): -277368 or 8963323. OLE color: 8963323.
HSL color Cylindrical-coordinate representation of color #FBC488: hue angle of 31.3º 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 #FBC488 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 136 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.02 |
| HSL | 31.3º | 0.93% | 0.76% | - |
| HSV(B) | 31.3º | 0.46% | 0.98% | - |
| XYZ | 63.97 | 61.77 | 31.84 | - |
| YUV | 205.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 136 | 0 | 0.22 | 0.46 | 0.02 | 31.3 | 0.93 | 0.76 |
| Hex | FB | C4 | 88 | 0 | 16 | 2E | 2 | 1F | 5D | 4C |
| Octal | 373 | 304 | 210 | 0 | 26 | 56 | 2 | 37 | 135 | 114 |
| Binary | 11111011 | 11000100 | 10001000 | 0 | 10110 | 101110 | 10 | 11111 | 1011101 | 1001100 |
Color Harmonies of #FBC488
Complementary color
Monochromatic Colors of #FBC488
Black with #FBC488
Text Example
Text Example
White with #FBC488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC488; }
p { color: rgb(251,196,136); }
H1.HeaderClassName
{
color: #FBC488;
}
.AnyTagClassName
{
color: #FBC488;
}
</style>
background-color css
<style>
a { background-color: #FBC488; }
a { background-color: rgb(251,196,136); }
div.DivClassName
{
background-color: #FBC488;
}
.BgClassName
{
background-color: #FBC488;
}
</style>
border-color css
<style>
span { border-color: #FBC488; }
span { border-color: rgb(251,196,136); }
td.TdClassName
{
border-color: #FBC488;
}
.TagClassName
{
border-color: #FBC488;
}
</style>