Shades of Mustard #F9DF58
Tints of Mustard #F9DF58
RGB
CMYK
RGB Variations
Color information
#F9DF58 (or 0xF9DF58) is known color: Mustard. HEX triplet: F9, DF and 58. RGB value is (249,223,88). Sum of RGB (Red+Green+Blue) = 249+223+88=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 88 (34.77% from 255 or 15.71% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DF58 is #0620A7. Grayscale: #D7D7D7. Windows color (decimal): -401576 or 5824505. OLE color: 5824505.
HSL color Cylindrical-coordinate representation of color #F9DF58: hue angle of 50.31º 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 #F9DF58 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 88 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.02 |
| HSL | 50.31º | 0.93% | 0.66% | - |
| HSV(B) | 50.31º | 0.65% | 0.98% | - |
| XYZ | 67.22 | 73.62 | 19.9 | - |
| YUV | 215.38 | 56.11 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 88 | 0 | 0.10 | 0.65 | 0.02 | 50.31 | 0.93 | 0.66 |
| Hex | F9 | DF | 58 | 0 | A | 41 | 2 | 32 | 5D | 42 |
| Octal | 371 | 337 | 130 | 0 | 12 | 101 | 2 | 62 | 135 | 102 |
| Binary | 11111001 | 11011111 | 1011000 | 0 | 1010 | 1000001 | 10 | 110010 | 1011101 | 1000010 |
Color Harmonies of #F9DF58
Complementary color
Monochromatic Colors of #F9DF58
Black with #F9DF58
Text Example
Text Example
White with #F9DF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DF58; }
p { color: rgb(249,223,88); }
H1.HeaderClassName
{
color: #F9DF58;
}
.AnyTagClassName
{
color: #F9DF58;
}
</style>
background-color css
<style>
a { background-color: #F9DF58; }
a { background-color: rgb(249,223,88); }
div.DivClassName
{
background-color: #F9DF58;
}
.BgClassName
{
background-color: #F9DF58;
}
</style>
border-color css
<style>
span { border-color: #F9DF58; }
span { border-color: rgb(249,223,88); }
td.TdClassName
{
border-color: #F9DF58;
}
.TagClassName
{
border-color: #F9DF58;
}
</style>