Shades of Grandis #FBC86C
Tints of Grandis #FBC86C
RGB
CMYK
RGB Variations
Color information
#FBC86C (or 0xFBC86C) is known color: Grandis. HEX triplet: FB, C8 and 6C. RGB value is (251,200,108). Sum of RGB (Red+Green+Blue) = 251+200+108=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 108 (42.58% from 255 or 19.32% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC86C is #043793. Grayscale: #CDCDCD. Windows color (decimal): -276372 or 7129339. OLE color: 7129339.
HSL color Cylindrical-coordinate representation of color #FBC86C: hue angle of 38.6º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBC86C is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 108 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.02 |
| HSL | 38.6º | 0.95% | 0.7% | - |
| HSV(B) | 38.6º | 0.57% | 0.98% | - |
| XYZ | 63.14 | 62.9 | 23 | - |
| YUV | 204.76 | 73.4 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 108 | 0 | 0.20 | 0.57 | 0.02 | 38.6 | 0.95 | 0.7 |
| Hex | FB | C8 | 6C | 0 | 14 | 39 | 2 | 27 | 5F | 46 |
| Octal | 373 | 310 | 154 | 0 | 24 | 71 | 2 | 47 | 137 | 106 |
| Binary | 11111011 | 11001000 | 1101100 | 0 | 10100 | 111001 | 10 | 100111 | 1011111 | 1000110 |
Color Harmonies of #FBC86C
Complementary color
Monochromatic Colors of #FBC86C
Black with #FBC86C
Text Example
Text Example
White with #FBC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC86C; }
p { color: rgb(251,200,108); }
H1.HeaderClassName
{
color: #FBC86C;
}
.AnyTagClassName
{
color: #FBC86C;
}
</style>
background-color css
<style>
a { background-color: #FBC86C; }
a { background-color: rgb(251,200,108); }
div.DivClassName
{
background-color: #FBC86C;
}
.BgClassName
{
background-color: #FBC86C;
}
</style>
border-color css
<style>
span { border-color: #FBC86C; }
span { border-color: rgb(251,200,108); }
td.TdClassName
{
border-color: #FBC86C;
}
.TagClassName
{
border-color: #FBC86C;
}
</style>