Shades of Grandis #FBC76D
Tints of Grandis #FBC76D
RGB
CMYK
RGB Variations
Color information
#FBC76D (or 0xFBC76D) is known color: Grandis. HEX triplet: FB, C7 and 6D. RGB value is (251,199,109). Sum of RGB (Red+Green+Blue) = 251+199+109=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 109 (42.97% from 255 or 19.50% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC76D is #043892. Grayscale: #CCCCCC. Windows color (decimal): -276627 or 7194619. OLE color: 7194619.
HSL color Cylindrical-coordinate representation of color #FBC76D: hue angle of 38.03º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBC76D is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 109 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.02 |
| HSL | 38.03º | 0.95% | 0.71% | - |
| HSV(B) | 38.03º | 0.57% | 0.98% | - |
| XYZ | 62.97 | 62.46 | 23.21 | - |
| YUV | 204.29 | 74.23 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 109 | 0 | 0.21 | 0.57 | 0.02 | 38.03 | 0.95 | 0.71 |
| Hex | FB | C7 | 6D | 0 | 15 | 39 | 2 | 26 | 5F | 47 |
| Octal | 373 | 307 | 155 | 0 | 25 | 71 | 2 | 46 | 137 | 107 |
| Binary | 11111011 | 11000111 | 1101101 | 0 | 10101 | 111001 | 10 | 100110 | 1011111 | 1000111 |
Color Harmonies of #FBC76D
Complementary color
Monochromatic Colors of #FBC76D
Black with #FBC76D
Text Example
Text Example
White with #FBC76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC76D; }
p { color: rgb(251,199,109); }
H1.HeaderClassName
{
color: #FBC76D;
}
.AnyTagClassName
{
color: #FBC76D;
}
</style>
background-color css
<style>
a { background-color: #FBC76D; }
a { background-color: rgb(251,199,109); }
div.DivClassName
{
background-color: #FBC76D;
}
.BgClassName
{
background-color: #FBC76D;
}
</style>
border-color css
<style>
span { border-color: #FBC76D; }
span { border-color: rgb(251,199,109); }
td.TdClassName
{
border-color: #FBC76D;
}
.TagClassName
{
border-color: #FBC76D;
}
</style>