Shades of Grandis #FBC96A
Tints of Grandis #FBC96A
RGB
CMYK
RGB Variations
Color information
#FBC96A (or 0xFBC96A) is known color: Grandis. HEX triplet: FB, C9 and 6A. RGB value is (251,201,106). Sum of RGB (Red+Green+Blue) = 251+201+106=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 106 (41.80% from 255 or 19.00% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC96A is #043695. Grayscale: #CDCDCD. Windows color (decimal): -276118 or 6998523. OLE color: 6998523.
HSL color Cylindrical-coordinate representation of color #FBC96A: hue angle of 39.31º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FBC96A is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 106 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.02 |
| HSL | 39.31º | 0.95% | 0.7% | - |
| HSV(B) | 39.31º | 0.58% | 0.98% | - |
| XYZ | 63.27 | 63.32 | 22.52 | - |
| YUV | 205.12 | 72.07 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 106 | 0 | 0.20 | 0.58 | 0.02 | 39.31 | 0.95 | 0.7 |
| Hex | FB | C9 | 6A | 0 | 14 | 3A | 2 | 27 | 5F | 46 |
| Octal | 373 | 311 | 152 | 0 | 24 | 72 | 2 | 47 | 137 | 106 |
| Binary | 11111011 | 11001001 | 1101010 | 0 | 10100 | 111010 | 10 | 100111 | 1011111 | 1000110 |
Color Harmonies of #FBC96A
Complementary color
Monochromatic Colors of #FBC96A
Black with #FBC96A
Text Example
Text Example
White with #FBC96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC96A; }
p { color: rgb(251,201,106); }
H1.HeaderClassName
{
color: #FBC96A;
}
.AnyTagClassName
{
color: #FBC96A;
}
</style>
background-color css
<style>
a { background-color: #FBC96A; }
a { background-color: rgb(251,201,106); }
div.DivClassName
{
background-color: #FBC96A;
}
.BgClassName
{
background-color: #FBC96A;
}
</style>
border-color css
<style>
span { border-color: #FBC96A; }
span { border-color: rgb(251,201,106); }
td.TdClassName
{
border-color: #FBC96A;
}
.TagClassName
{
border-color: #FBC96A;
}
</style>