Shades of Grandis #FBC76E
Tints of Grandis #FBC76E
RGB
CMYK
RGB Variations
Color information
#FBC76E (or 0xFBC76E) is known color: Grandis. HEX triplet: FB, C7 and 6E. RGB value is (251,199,110). Sum of RGB (Red+Green+Blue) = 251+199+110=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 110 (43.36% from 255 or 19.64% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC76E is #043891. Grayscale: #CCCCCC. Windows color (decimal): -276626 or 7260155. OLE color: 7260155.
HSL color Cylindrical-coordinate representation of color #FBC76E: hue angle of 37.87º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FBC76E is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 110 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.02 |
| HSL | 37.87º | 0.95% | 0.71% | - |
| HSV(B) | 37.87º | 0.56% | 0.98% | - |
| XYZ | 63.02 | 62.48 | 23.49 | - |
| YUV | 204.4 | 74.73 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 110 | 0 | 0.21 | 0.56 | 0.02 | 37.87 | 0.95 | 0.71 |
| Hex | FB | C7 | 6E | 0 | 15 | 38 | 2 | 26 | 5F | 47 |
| Octal | 373 | 307 | 156 | 0 | 25 | 70 | 2 | 46 | 137 | 107 |
| Binary | 11111011 | 11000111 | 1101110 | 0 | 10101 | 111000 | 10 | 100110 | 1011111 | 1000111 |
Color Harmonies of #FBC76E
Complementary color
Monochromatic Colors of #FBC76E
Black with #FBC76E
Text Example
Text Example
White with #FBC76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC76E; }
p { color: rgb(251,199,110); }
H1.HeaderClassName
{
color: #FBC76E;
}
.AnyTagClassName
{
color: #FBC76E;
}
</style>
background-color css
<style>
a { background-color: #FBC76E; }
a { background-color: rgb(251,199,110); }
div.DivClassName
{
background-color: #FBC76E;
}
.BgClassName
{
background-color: #FBC76E;
}
</style>
border-color css
<style>
span { border-color: #FBC76E; }
span { border-color: rgb(251,199,110); }
td.TdClassName
{
border-color: #FBC76E;
}
.TagClassName
{
border-color: #FBC76E;
}
</style>