Shades of Cherokee #FBCC7E
Tints of Cherokee #FBCC7E
RGB
CMYK
RGB Variations
Color information
#FBCC7E (or 0xFBCC7E) is known color: Cherokee. HEX triplet: FB, CC and 7E. RGB value is (251,204,126). Sum of RGB (Red+Green+Blue) = 251+204+126=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 126 (49.61% from 255 or 21.69% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCC7E is #043381. Grayscale: #D1D1D1. Windows color (decimal): -275330 or 8310011. OLE color: 8310011.
HSL color Cylindrical-coordinate representation of color #FBCC7E: hue angle of 37.44º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBCC7E is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 126 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.02 |
| HSL | 37.44º | 0.94% | 0.74% | - |
| HSV(B) | 37.44º | 0.5% | 0.98% | - |
| XYZ | 65.14 | 65.2 | 28.89 | - |
| YUV | 209.16 | 81.07 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 126 | 0 | 0.19 | 0.50 | 0.02 | 37.44 | 0.94 | 0.74 |
| Hex | FB | CC | 7E | 0 | 13 | 32 | 2 | 25 | 5E | 4A |
| Octal | 373 | 314 | 176 | 0 | 23 | 62 | 2 | 45 | 136 | 112 |
| Binary | 11111011 | 11001100 | 1111110 | 0 | 10011 | 110010 | 10 | 100101 | 1011110 | 1001010 |
Color Harmonies of #FBCC7E
Complementary color
Monochromatic Colors of #FBCC7E
Black with #FBCC7E
Text Example
Text Example
White with #FBCC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC7E; }
p { color: rgb(251,204,126); }
H1.HeaderClassName
{
color: #FBCC7E;
}
.AnyTagClassName
{
color: #FBCC7E;
}
</style>
background-color css
<style>
a { background-color: #FBCC7E; }
a { background-color: rgb(251,204,126); }
div.DivClassName
{
background-color: #FBCC7E;
}
.BgClassName
{
background-color: #FBCC7E;
}
</style>
border-color css
<style>
span { border-color: #FBCC7E; }
span { border-color: rgb(251,204,126); }
td.TdClassName
{
border-color: #FBCC7E;
}
.TagClassName
{
border-color: #FBCC7E;
}
</style>