Shades of Mustard #F9E057
Tints of Mustard #F9E057
RGB
CMYK
RGB Variations
Color information
#F9E057 (or 0xF9E057) is known color: Mustard. HEX triplet: F9, E0 and 57. RGB value is (249,224,87). Sum of RGB (Red+Green+Blue) = 249+224+87=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 87 (34.38% from 255 or 15.54% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E057 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E057 is #061FA8. Grayscale: #D8D8D8. Windows color (decimal): -401321 or 5759225. OLE color: 5759225.
HSL color Cylindrical-coordinate representation of color #F9E057: hue angle of 50.74º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F9E057 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 224 | 87 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.02 |
| HSL | 50.74º | 0.93% | 0.66% | - |
| HSV(B) | 50.74º | 0.65% | 0.98% | - |
| XYZ | 67.44 | 74.14 | 19.77 | - |
| YUV | 215.86 | 55.28 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 224 | 87 | 0 | 0.10 | 0.65 | 0.02 | 50.74 | 0.93 | 0.66 |
| Hex | F9 | E0 | 57 | 0 | A | 41 | 2 | 33 | 5D | 42 |
| Octal | 371 | 340 | 127 | 0 | 12 | 101 | 2 | 63 | 135 | 102 |
| Binary | 11111001 | 11100000 | 1010111 | 0 | 1010 | 1000001 | 10 | 110011 | 1011101 | 1000010 |
Color Harmonies of #F9E057
Complementary color
Monochromatic Colors of #F9E057
Black with #F9E057
Text Example
Text Example
White with #F9E057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E057; }
p { color: rgb(249,224,87); }
H1.HeaderClassName
{
color: #F9E057;
}
.AnyTagClassName
{
color: #F9E057;
}
</style>
background-color css
<style>
a { background-color: #F9E057; }
a { background-color: rgb(249,224,87); }
div.DivClassName
{
background-color: #F9E057;
}
.BgClassName
{
background-color: #F9E057;
}
</style>
border-color css
<style>
span { border-color: #F9E057; }
span { border-color: rgb(249,224,87); }
td.TdClassName
{
border-color: #F9E057;
}
.TagClassName
{
border-color: #F9E057;
}
</style>