Shades of Mustard #FBE059
Tints of Mustard #FBE059
RGB
CMYK
RGB Variations
Color information
#FBE059 (or 0xFBE059) is known color: Mustard. HEX triplet: FB, E0 and 59. RGB value is (251,224,89). Sum of RGB (Red+Green+Blue) = 251+224+89=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 224 (87.89% from 255 or 39.72% from 564); Blue value is 89 (35.16% from 255 or 15.78% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE059 is #041FA6. Grayscale: #D9D9D9. Windows color (decimal): -270247 or 5890299. OLE color: 5890299.
HSL color Cylindrical-coordinate representation of color #FBE059: hue angle of 50º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FBE059 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 89 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.02 |
| HSL | 50º | 0.95% | 0.67% | - |
| HSV(B) | 50º | 0.65% | 0.98% | - |
| XYZ | 68.24 | 74.54 | 20.24 | - |
| YUV | 216.68 | 55.95 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 89 | 0 | 0.11 | 0.65 | 0.02 | 50 | 0.95 | 0.67 |
| Hex | FB | E0 | 59 | 0 | B | 41 | 2 | 32 | 5F | 43 |
| Octal | 373 | 340 | 131 | 0 | 13 | 101 | 2 | 62 | 137 | 103 |
| Binary | 11111011 | 11100000 | 1011001 | 0 | 1011 | 1000001 | 10 | 110010 | 1011111 | 1000011 |
Color Harmonies of #FBE059
Complementary color
Monochromatic Colors of #FBE059
Black with #FBE059
Text Example
Text Example
White with #FBE059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE059; }
p { color: rgb(251,224,89); }
H1.HeaderClassName
{
color: #FBE059;
}
.AnyTagClassName
{
color: #FBE059;
}
</style>
background-color css
<style>
a { background-color: #FBE059; }
a { background-color: rgb(251,224,89); }
div.DivClassName
{
background-color: #FBE059;
}
.BgClassName
{
background-color: #FBE059;
}
</style>
border-color css
<style>
span { border-color: #FBE059; }
span { border-color: rgb(251,224,89); }
td.TdClassName
{
border-color: #FBE059;
}
.TagClassName
{
border-color: #FBE059;
}
</style>