Shades of Mustard #F9DF55
Tints of Mustard #F9DF55
RGB
CMYK
RGB Variations
Color information
#F9DF55 (or 0xF9DF55) is known color: Mustard. HEX triplet: F9, DF and 55. RGB value is (249,223,85). Sum of RGB (Red+Green+Blue) = 249+223+85=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 85 (33.59% from 255 or 15.26% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DF55 is #0620AA. Grayscale: #D7D7D7. Windows color (decimal): -401579 or 5627897. OLE color: 5627897.
HSL color Cylindrical-coordinate representation of color #F9DF55: hue angle of 50.49º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F9DF55 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 85 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.02 |
| HSL | 50.49º | 0.93% | 0.65% | - |
| HSV(B) | 50.49º | 0.66% | 0.98% | - |
| XYZ | 67.09 | 73.57 | 19.26 | - |
| YUV | 215.04 | 54.61 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 85 | 0 | 0.10 | 0.66 | 0.02 | 50.49 | 0.93 | 0.65 |
| Hex | F9 | DF | 55 | 0 | A | 42 | 2 | 32 | 5D | 41 |
| Octal | 371 | 337 | 125 | 0 | 12 | 102 | 2 | 62 | 135 | 101 |
| Binary | 11111001 | 11011111 | 1010101 | 0 | 1010 | 1000010 | 10 | 110010 | 1011101 | 1000001 |
Color Harmonies of #F9DF55
Complementary color
Monochromatic Colors of #F9DF55
Black with #F9DF55
Text Example
Text Example
White with #F9DF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DF55; }
p { color: rgb(249,223,85); }
H1.HeaderClassName
{
color: #F9DF55;
}
.AnyTagClassName
{
color: #F9DF55;
}
</style>
background-color css
<style>
a { background-color: #F9DF55; }
a { background-color: rgb(249,223,85); }
div.DivClassName
{
background-color: #F9DF55;
}
.BgClassName
{
background-color: #F9DF55;
}
</style>
border-color css
<style>
span { border-color: #F9DF55; }
span { border-color: rgb(249,223,85); }
td.TdClassName
{
border-color: #F9DF55;
}
.TagClassName
{
border-color: #F9DF55;
}
</style>