Shades of Mustard #F8E059
Tints of Mustard #F8E059
RGB
CMYK
RGB Variations
Color information
#F8E059 (or 0xF8E059) is known color: Mustard. HEX triplet: F8, E0 and 59. RGB value is (248,224,89). Sum of RGB (Red+Green+Blue) = 248+224+89=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 89 (35.16% from 255 or 15.86% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E059 is #071FA6. Grayscale: #D8D8D8. Windows color (decimal): -466855 or 5890296. OLE color: 5890296.
HSL color Cylindrical-coordinate representation of color #F8E059: hue angle of 50.94º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8E059 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 224 | 89 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.03 |
| HSL | 50.94º | 0.92% | 0.66% | - |
| HSV(B) | 50.94º | 0.64% | 0.97% | - |
| XYZ | 67.17 | 73.99 | 20.19 | - |
| YUV | 215.79 | 56.45 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 224 | 89 | 0 | 0.10 | 0.64 | 0.03 | 50.94 | 0.92 | 0.66 |
| Hex | F8 | E0 | 59 | 0 | A | 40 | 3 | 33 | 5C | 42 |
| Octal | 370 | 340 | 131 | 0 | 12 | 100 | 3 | 63 | 134 | 102 |
| Binary | 11111000 | 11100000 | 1011001 | 0 | 1010 | 1000000 | 11 | 110011 | 1011100 | 1000010 |
Color Harmonies of #F8E059
Complementary color
Monochromatic Colors of #F8E059
Black with #F8E059
Text Example
Text Example
White with #F8E059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E059; }
p { color: rgb(248,224,89); }
H1.HeaderClassName
{
color: #F8E059;
}
.AnyTagClassName
{
color: #F8E059;
}
</style>
background-color css
<style>
a { background-color: #F8E059; }
a { background-color: rgb(248,224,89); }
div.DivClassName
{
background-color: #F8E059;
}
.BgClassName
{
background-color: #F8E059;
}
</style>
border-color css
<style>
span { border-color: #F8E059; }
span { border-color: rgb(248,224,89); }
td.TdClassName
{
border-color: #F8E059;
}
.TagClassName
{
border-color: #F8E059;
}
</style>