Shades of Cherokee #FBCB80
Tints of Cherokee #FBCB80
RGB
CMYK
RGB Variations
Color information
#FBCB80 (or 0xFBCB80) is known color: Cherokee. HEX triplet: FB, CB and 80. RGB value is (251,203,128). Sum of RGB (Red+Green+Blue) = 251+203+128=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 128 (50.39% from 255 or 21.99% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCB80 is #04347F. Grayscale: #D1D1D1. Windows color (decimal): -275584 or 8440827. OLE color: 8440827.
HSL color Cylindrical-coordinate representation of color #FBCB80: hue angle of 36.59º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FBCB80 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 128 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.02 |
| HSL | 36.59º | 0.94% | 0.74% | - |
| HSV(B) | 36.59º | 0.49% | 0.98% | - |
| XYZ | 65.04 | 64.78 | 29.5 | - |
| YUV | 208.8 | 82.4 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 128 | 0 | 0.19 | 0.49 | 0.02 | 36.59 | 0.94 | 0.74 |
| Hex | FB | CB | 80 | 0 | 13 | 31 | 2 | 25 | 5E | 4A |
| Octal | 373 | 313 | 200 | 0 | 23 | 61 | 2 | 45 | 136 | 112 |
| Binary | 11111011 | 11001011 | 10000000 | 0 | 10011 | 110001 | 10 | 100101 | 1011110 | 1001010 |
Color Harmonies of #FBCB80
Complementary color
Monochromatic Colors of #FBCB80
Black with #FBCB80
Text Example
Text Example
White with #FBCB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCB80; }
p { color: rgb(251,203,128); }
H1.HeaderClassName
{
color: #FBCB80;
}
.AnyTagClassName
{
color: #FBCB80;
}
</style>
background-color css
<style>
a { background-color: #FBCB80; }
a { background-color: rgb(251,203,128); }
div.DivClassName
{
background-color: #FBCB80;
}
.BgClassName
{
background-color: #FBCB80;
}
</style>
border-color css
<style>
span { border-color: #FBCB80; }
span { border-color: rgb(251,203,128); }
td.TdClassName
{
border-color: #FBCB80;
}
.TagClassName
{
border-color: #FBCB80;
}
</style>