Shades of Grandis #FBC963
Tints of Grandis #FBC963
RGB
CMYK
RGB Variations
Color information
#FBC963 (or 0xFBC963) is known color: Grandis. HEX triplet: FB, C9 and 63. RGB value is (251,201,99). Sum of RGB (Red+Green+Blue) = 251+201+99=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 99 (39.06% from 255 or 17.97% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC963 is #04369C. Grayscale: #CCCCCC. Windows color (decimal): -276125 or 6539771. OLE color: 6539771.
HSL color Cylindrical-coordinate representation of color #FBC963: hue angle of 40.26º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FBC963 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 99 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.02 |
| HSL | 40.26º | 0.95% | 0.69% | - |
| HSV(B) | 40.26º | 0.61% | 0.98% | - |
| XYZ | 62.92 | 63.18 | 20.68 | - |
| YUV | 204.32 | 68.57 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 99 | 0 | 0.20 | 0.61 | 0.02 | 40.26 | 0.95 | 0.69 |
| Hex | FB | C9 | 63 | 0 | 14 | 3D | 2 | 28 | 5F | 45 |
| Octal | 373 | 311 | 143 | 0 | 24 | 75 | 2 | 50 | 137 | 105 |
| Binary | 11111011 | 11001001 | 1100011 | 0 | 10100 | 111101 | 10 | 101000 | 1011111 | 1000101 |
Color Harmonies of #FBC963
Complementary color
Monochromatic Colors of #FBC963
Black with #FBC963
Text Example
Text Example
White with #FBC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC963; }
p { color: rgb(251,201,99); }
H1.HeaderClassName
{
color: #FBC963;
}
.AnyTagClassName
{
color: #FBC963;
}
</style>
background-color css
<style>
a { background-color: #FBC963; }
a { background-color: rgb(251,201,99); }
div.DivClassName
{
background-color: #FBC963;
}
.BgClassName
{
background-color: #FBC963;
}
</style>
border-color css
<style>
span { border-color: #FBC963; }
span { border-color: rgb(251,201,99); }
td.TdClassName
{
border-color: #FBC963;
}
.TagClassName
{
border-color: #FBC963;
}
</style>