Shades of Grandis #FBD36E
Tints of Grandis #FBD36E
RGB
CMYK
RGB Variations
Color information
#FBD36E (or 0xFBD36E) is known color: Grandis. HEX triplet: FB, D3 and 6E. RGB value is (251,211,110). Sum of RGB (Red+Green+Blue) = 251+211+110=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 110 (43.36% from 255 or 19.23% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD36E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD36E is #042C91. Grayscale: #D3D3D3. Windows color (decimal): -273554 or 7263227. OLE color: 7263227.
HSL color Cylindrical-coordinate representation of color #FBD36E: hue angle of 42.98º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FBD36E is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 211 | 110 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.02 |
| HSL | 42.98º | 0.95% | 0.71% | - |
| HSV(B) | 42.98º | 0.56% | 0.98% | - |
| XYZ | 65.89 | 68.22 | 24.45 | - |
| YUV | 211.45 | 70.75 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 211 | 110 | 0 | 0.16 | 0.56 | 0.02 | 42.98 | 0.95 | 0.71 |
| Hex | FB | D3 | 6E | 0 | 10 | 38 | 2 | 2B | 5F | 47 |
| Octal | 373 | 323 | 156 | 0 | 20 | 70 | 2 | 53 | 137 | 107 |
| Binary | 11111011 | 11010011 | 1101110 | 0 | 10000 | 111000 | 10 | 101011 | 1011111 | 1000111 |
Color Harmonies of #FBD36E
Complementary color
Monochromatic Colors of #FBD36E
Black with #FBD36E
Text Example
Text Example
White with #FBD36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD36E; }
p { color: rgb(251,211,110); }
H1.HeaderClassName
{
color: #FBD36E;
}
.AnyTagClassName
{
color: #FBD36E;
}
</style>
background-color css
<style>
a { background-color: #FBD36E; }
a { background-color: rgb(251,211,110); }
div.DivClassName
{
background-color: #FBD36E;
}
.BgClassName
{
background-color: #FBD36E;
}
</style>
border-color css
<style>
span { border-color: #FBD36E; }
span { border-color: rgb(251,211,110); }
td.TdClassName
{
border-color: #FBD36E;
}
.TagClassName
{
border-color: #FBD36E;
}
</style>