Shades of Grandis #FBC966
Tints of Grandis #FBC966
RGB
CMYK
RGB Variations
Color information
#FBC966 (or 0xFBC966) is known color: Grandis. HEX triplet: FB, C9 and 66. RGB value is (251,201,102). Sum of RGB (Red+Green+Blue) = 251+201+102=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 102 (40.23% from 255 or 18.41% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC966 is #043699. Grayscale: #CDCDCD. Windows color (decimal): -276122 or 6736379. OLE color: 6736379.
HSL color Cylindrical-coordinate representation of color #FBC966: hue angle of 39.87º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FBC966 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 102 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.02 |
| HSL | 39.87º | 0.95% | 0.69% | - |
| HSV(B) | 39.87º | 0.59% | 0.98% | - |
| XYZ | 63.07 | 63.24 | 21.45 | - |
| YUV | 204.66 | 70.07 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 102 | 0 | 0.20 | 0.59 | 0.02 | 39.87 | 0.95 | 0.69 |
| Hex | FB | C9 | 66 | 0 | 14 | 3B | 2 | 28 | 5F | 45 |
| Octal | 373 | 311 | 146 | 0 | 24 | 73 | 2 | 50 | 137 | 105 |
| Binary | 11111011 | 11001001 | 1100110 | 0 | 10100 | 111011 | 10 | 101000 | 1011111 | 1000101 |
Color Harmonies of #FBC966
Complementary color
Monochromatic Colors of #FBC966
Black with #FBC966
Text Example
Text Example
White with #FBC966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC966; }
p { color: rgb(251,201,102); }
H1.HeaderClassName
{
color: #FBC966;
}
.AnyTagClassName
{
color: #FBC966;
}
</style>
background-color css
<style>
a { background-color: #FBC966; }
a { background-color: rgb(251,201,102); }
div.DivClassName
{
background-color: #FBC966;
}
.BgClassName
{
background-color: #FBC966;
}
</style>
border-color css
<style>
span { border-color: #FBC966; }
span { border-color: rgb(251,201,102); }
td.TdClassName
{
border-color: #FBC966;
}
.TagClassName
{
border-color: #FBC966;
}
</style>