Shades of Grandis #FBC76C
Tints of Grandis #FBC76C
RGB
CMYK
RGB Variations
Color information
#FBC76C (or 0xFBC76C) is known color: Grandis. HEX triplet: FB, C7 and 6C. RGB value is (251,199,108). Sum of RGB (Red+Green+Blue) = 251+199+108=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 108 (42.58% from 255 or 19.35% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC76C is #043893. Grayscale: #CCCCCC. Windows color (decimal): -276628 or 7129083. OLE color: 7129083.
HSL color Cylindrical-coordinate representation of color #FBC76C: hue angle of 38.18º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBC76C is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 108 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.02 |
| HSL | 38.18º | 0.95% | 0.7% | - |
| HSV(B) | 38.18º | 0.57% | 0.98% | - |
| XYZ | 62.91 | 62.44 | 22.92 | - |
| YUV | 204.17 | 73.73 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 108 | 0 | 0.21 | 0.57 | 0.02 | 38.18 | 0.95 | 0.7 |
| Hex | FB | C7 | 6C | 0 | 15 | 39 | 2 | 26 | 5F | 46 |
| Octal | 373 | 307 | 154 | 0 | 25 | 71 | 2 | 46 | 137 | 106 |
| Binary | 11111011 | 11000111 | 1101100 | 0 | 10101 | 111001 | 10 | 100110 | 1011111 | 1000110 |
Color Harmonies of #FBC76C
Complementary color
Monochromatic Colors of #FBC76C
Black with #FBC76C
Text Example
Text Example
White with #FBC76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC76C; }
p { color: rgb(251,199,108); }
H1.HeaderClassName
{
color: #FBC76C;
}
.AnyTagClassName
{
color: #FBC76C;
}
</style>
background-color css
<style>
a { background-color: #FBC76C; }
a { background-color: rgb(251,199,108); }
div.DivClassName
{
background-color: #FBC76C;
}
.BgClassName
{
background-color: #FBC76C;
}
</style>
border-color css
<style>
span { border-color: #FBC76C; }
span { border-color: rgb(251,199,108); }
td.TdClassName
{
border-color: #FBC76C;
}
.TagClassName
{
border-color: #FBC76C;
}
</style>