Shades of Mustard #F9D959
Tints of Mustard #F9D959
RGB
CMYK
RGB Variations
Color information
#F9D959 (or 0xF9D959) is known color: Mustard. HEX triplet: F9, D9 and 59. RGB value is (249,217,89). Sum of RGB (Red+Green+Blue) = 249+217+89=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 89 (35.16% from 255 or 16.04% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D959 is #0626A6. Grayscale: #D4D4D4. Windows color (decimal): -403111 or 5888505. OLE color: 5888505.
HSL color Cylindrical-coordinate representation of color #F9D959: hue angle of 48º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9D959 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 217 | 89 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.02 |
| HSL | 48º | 0.93% | 0.66% | - |
| HSV(B) | 48º | 0.64% | 0.98% | - |
| XYZ | 65.68 | 70.49 | 19.59 | - |
| YUV | 211.98 | 58.6 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 217 | 89 | 0 | 0.13 | 0.64 | 0.02 | 48 | 0.93 | 0.66 |
| Hex | F9 | D9 | 59 | 0 | D | 40 | 2 | 30 | 5D | 42 |
| Octal | 371 | 331 | 131 | 0 | 15 | 100 | 2 | 60 | 135 | 102 |
| Binary | 11111001 | 11011001 | 1011001 | 0 | 1101 | 1000000 | 10 | 110000 | 1011101 | 1000010 |
Color Harmonies of #F9D959
Complementary color
Monochromatic Colors of #F9D959
Black with #F9D959
Text Example
Text Example
White with #F9D959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D959; }
p { color: rgb(249,217,89); }
H1.HeaderClassName
{
color: #F9D959;
}
.AnyTagClassName
{
color: #F9D959;
}
</style>
background-color css
<style>
a { background-color: #F9D959; }
a { background-color: rgb(249,217,89); }
div.DivClassName
{
background-color: #F9D959;
}
.BgClassName
{
background-color: #F9D959;
}
</style>
border-color css
<style>
span { border-color: #F9D959; }
span { border-color: rgb(249,217,89); }
td.TdClassName
{
border-color: #F9D959;
}
.TagClassName
{
border-color: #F9D959;
}
</style>