Shades of Grandis #FBC863
Tints of Grandis #FBC863
RGB
CMYK
RGB Variations
Color information
#FBC863 (or 0xFBC863) is known color: Grandis. HEX triplet: FB, C8 and 63. RGB value is (251,200,99). Sum of RGB (Red+Green+Blue) = 251+200+99=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 99 (39.06% from 255 or 18% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC863 is #04379C. Grayscale: #CCCCCC. Windows color (decimal): -276381 or 6539515. OLE color: 6539515.
HSL color Cylindrical-coordinate representation of color #FBC863: 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.61%. Process color model (Four color, CMYK) of #FBC863 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 99 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.02 |
| HSL | 39.87º | 0.95% | 0.69% | - |
| HSV(B) | 39.87º | 0.61% | 0.98% | - |
| XYZ | 62.69 | 62.72 | 20.61 | - |
| YUV | 203.74 | 68.9 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 99 | 0 | 0.20 | 0.61 | 0.02 | 39.87 | 0.95 | 0.69 |
| Hex | FB | C8 | 63 | 0 | 14 | 3D | 2 | 28 | 5F | 45 |
| Octal | 373 | 310 | 143 | 0 | 24 | 75 | 2 | 50 | 137 | 105 |
| Binary | 11111011 | 11001000 | 1100011 | 0 | 10100 | 111101 | 10 | 101000 | 1011111 | 1000101 |
Color Harmonies of #FBC863
Complementary color
Monochromatic Colors of #FBC863
Black with #FBC863
Text Example
Text Example
White with #FBC863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC863; }
p { color: rgb(251,200,99); }
H1.HeaderClassName
{
color: #FBC863;
}
.AnyTagClassName
{
color: #FBC863;
}
</style>
background-color css
<style>
a { background-color: #FBC863; }
a { background-color: rgb(251,200,99); }
div.DivClassName
{
background-color: #FBC863;
}
.BgClassName
{
background-color: #FBC863;
}
</style>
border-color css
<style>
span { border-color: #FBC863; }
span { border-color: rgb(251,200,99); }
td.TdClassName
{
border-color: #FBC863;
}
.TagClassName
{
border-color: #FBC863;
}
</style>