Shades of Grandis #FBC866
Tints of Grandis #FBC866
RGB
CMYK
RGB Variations
Color information
#FBC866 (or 0xFBC866) is known color: Grandis. HEX triplet: FB, C8 and 66. RGB value is (251,200,102). Sum of RGB (Red+Green+Blue) = 251+200+102=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 102 (40.23% from 255 or 18.44% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC866 is #043799. Grayscale: #CCCCCC. Windows color (decimal): -276378 or 6736123. OLE color: 6736123.
HSL color Cylindrical-coordinate representation of color #FBC866: hue angle of 39.46º 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 #FBC866 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 102 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.02 |
| HSL | 39.46º | 0.95% | 0.69% | - |
| HSV(B) | 39.46º | 0.59% | 0.98% | - |
| XYZ | 62.84 | 62.78 | 21.38 | - |
| YUV | 204.08 | 70.4 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 102 | 0 | 0.20 | 0.59 | 0.02 | 39.46 | 0.95 | 0.69 |
| Hex | FB | C8 | 66 | 0 | 14 | 3B | 2 | 27 | 5F | 45 |
| Octal | 373 | 310 | 146 | 0 | 24 | 73 | 2 | 47 | 137 | 105 |
| Binary | 11111011 | 11001000 | 1100110 | 0 | 10100 | 111011 | 10 | 100111 | 1011111 | 1000101 |
Color Harmonies of #FBC866
Complementary color
Monochromatic Colors of #FBC866
Black with #FBC866
Text Example
Text Example
White with #FBC866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC866; }
p { color: rgb(251,200,102); }
H1.HeaderClassName
{
color: #FBC866;
}
.AnyTagClassName
{
color: #FBC866;
}
</style>
background-color css
<style>
a { background-color: #FBC866; }
a { background-color: rgb(251,200,102); }
div.DivClassName
{
background-color: #FBC866;
}
.BgClassName
{
background-color: #FBC866;
}
</style>
border-color css
<style>
span { border-color: #FBC866; }
span { border-color: rgb(251,200,102); }
td.TdClassName
{
border-color: #FBC866;
}
.TagClassName
{
border-color: #FBC866;
}
</style>