Shades of Grandis #FBCE73
Tints of Grandis #FBCE73
RGB
CMYK
RGB Variations
Color information
#FBCE73 (or 0xFBCE73) is known color: Grandis. HEX triplet: FB, CE and 73. RGB value is (251,206,115). Sum of RGB (Red+Green+Blue) = 251+206+115=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 115 (45.31% from 255 or 20.10% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCE73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCE73 is #04318C. Grayscale: #D1D1D1. Windows color (decimal): -274829 or 7589627. OLE color: 7589627.
HSL color Cylindrical-coordinate representation of color #FBCE73: hue angle of 40.15º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FBCE73 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 115 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.02 |
| HSL | 40.15º | 0.94% | 0.72% | - |
| HSV(B) | 40.15º | 0.54% | 0.98% | - |
| XYZ | 64.95 | 65.89 | 25.51 | - |
| YUV | 209.08 | 74.91 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 115 | 0 | 0.18 | 0.54 | 0.02 | 40.15 | 0.94 | 0.72 |
| Hex | FB | CE | 73 | 0 | 12 | 36 | 2 | 28 | 5E | 48 |
| Octal | 373 | 316 | 163 | 0 | 22 | 66 | 2 | 50 | 136 | 110 |
| Binary | 11111011 | 11001110 | 1110011 | 0 | 10010 | 110110 | 10 | 101000 | 1011110 | 1001000 |
Color Harmonies of #FBCE73
Complementary color
Monochromatic Colors of #FBCE73
Black with #FBCE73
Text Example
Text Example
White with #FBCE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCE73; }
p { color: rgb(251,206,115); }
H1.HeaderClassName
{
color: #FBCE73;
}
.AnyTagClassName
{
color: #FBCE73;
}
</style>
background-color css
<style>
a { background-color: #FBCE73; }
a { background-color: rgb(251,206,115); }
div.DivClassName
{
background-color: #FBCE73;
}
.BgClassName
{
background-color: #FBCE73;
}
</style>
border-color css
<style>
span { border-color: #FBCE73; }
span { border-color: rgb(251,206,115); }
td.TdClassName
{
border-color: #FBCE73;
}
.TagClassName
{
border-color: #FBCE73;
}
</style>