Shades of Mustard #F9DD59
Tints of Mustard #F9DD59
RGB
CMYK
RGB Variations
Color information
#F9DD59 (or 0xF9DD59) is known color: Mustard. HEX triplet: F9, DD and 59. RGB value is (249,221,89). Sum of RGB (Red+Green+Blue) = 249+221+89=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 89 (35.16% from 255 or 15.92% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DD59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DD59 is #0622A6. Grayscale: #D6D6D6. Windows color (decimal): -402087 or 5889529. OLE color: 5889529.
HSL color Cylindrical-coordinate representation of color #F9DD59: hue angle of 49.5º 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 #F9DD59 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 89 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.02 |
| HSL | 49.5º | 0.93% | 0.66% | - |
| HSV(B) | 49.5º | 0.64% | 0.98% | - |
| XYZ | 66.73 | 72.57 | 19.94 | - |
| YUV | 214.32 | 57.28 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 89 | 0 | 0.11 | 0.64 | 0.02 | 49.5 | 0.93 | 0.66 |
| Hex | F9 | DD | 59 | 0 | B | 40 | 2 | 32 | 5D | 42 |
| Octal | 371 | 335 | 131 | 0 | 13 | 100 | 2 | 62 | 135 | 102 |
| Binary | 11111001 | 11011101 | 1011001 | 0 | 1011 | 1000000 | 10 | 110010 | 1011101 | 1000010 |
Color Harmonies of #F9DD59
Complementary color
Monochromatic Colors of #F9DD59
Black with #F9DD59
Text Example
Text Example
White with #F9DD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DD59; }
p { color: rgb(249,221,89); }
H1.HeaderClassName
{
color: #F9DD59;
}
.AnyTagClassName
{
color: #F9DD59;
}
</style>
background-color css
<style>
a { background-color: #F9DD59; }
a { background-color: rgb(249,221,89); }
div.DivClassName
{
background-color: #F9DD59;
}
.BgClassName
{
background-color: #F9DD59;
}
</style>
border-color css
<style>
span { border-color: #F9DD59; }
span { border-color: rgb(249,221,89); }
td.TdClassName
{
border-color: #F9DD59;
}
.TagClassName
{
border-color: #F9DD59;
}
</style>