Shades of Grandis #FBC964
Tints of Grandis #FBC964
RGB
CMYK
RGB Variations
Color information
#FBC964 (or 0xFBC964) is known color: Grandis. HEX triplet: FB, C9 and 64. RGB value is (251,201,100). Sum of RGB (Red+Green+Blue) = 251+201+100=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 100 (39.45% from 255 or 18.12% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC964 is #04369B. Grayscale: #CCCCCC. Windows color (decimal): -276124 or 6605307. OLE color: 6605307.
HSL color Cylindrical-coordinate representation of color #FBC964: hue angle of 40.13º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FBC964 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 100 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.02 |
| HSL | 40.13º | 0.95% | 0.69% | - |
| HSV(B) | 40.13º | 0.6% | 0.98% | - |
| XYZ | 62.97 | 63.2 | 20.94 | - |
| YUV | 204.44 | 69.07 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 100 | 0 | 0.20 | 0.60 | 0.02 | 40.13 | 0.95 | 0.69 |
| Hex | FB | C9 | 64 | 0 | 14 | 3C | 2 | 28 | 5F | 45 |
| Octal | 373 | 311 | 144 | 0 | 24 | 74 | 2 | 50 | 137 | 105 |
| Binary | 11111011 | 11001001 | 1100100 | 0 | 10100 | 111100 | 10 | 101000 | 1011111 | 1000101 |
Color Harmonies of #FBC964
Complementary color
Monochromatic Colors of #FBC964
Black with #FBC964
Text Example
Text Example
White with #FBC964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC964; }
p { color: rgb(251,201,100); }
H1.HeaderClassName
{
color: #FBC964;
}
.AnyTagClassName
{
color: #FBC964;
}
</style>
background-color css
<style>
a { background-color: #FBC964; }
a { background-color: rgb(251,201,100); }
div.DivClassName
{
background-color: #FBC964;
}
.BgClassName
{
background-color: #FBC964;
}
</style>
border-color css
<style>
span { border-color: #FBC964; }
span { border-color: rgb(251,201,100); }
td.TdClassName
{
border-color: #FBC964;
}
.TagClassName
{
border-color: #FBC964;
}
</style>