Shades of Mustard #F9D957
Tints of Mustard #F9D957
RGB
CMYK
RGB Variations
Color information
#F9D957 (or 0xF9D957) is known color: Mustard. HEX triplet: F9, D9 and 57. RGB value is (249,217,87). Sum of RGB (Red+Green+Blue) = 249+217+87=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 87 (34.38% from 255 or 15.73% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D957 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D957 is #0626A8. Grayscale: #D4D4D4. Windows color (decimal): -403113 or 5757433. OLE color: 5757433.
HSL color Cylindrical-coordinate representation of color #F9D957: hue angle of 48.15º 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 #F9D957 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 217 | 87 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.02 |
| HSL | 48.15º | 0.93% | 0.66% | - |
| HSV(B) | 48.15º | 0.65% | 0.98% | - |
| XYZ | 65.6 | 70.45 | 19.16 | - |
| YUV | 211.75 | 57.6 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 217 | 87 | 0 | 0.13 | 0.65 | 0.02 | 48.15 | 0.93 | 0.66 |
| Hex | F9 | D9 | 57 | 0 | D | 41 | 2 | 30 | 5D | 42 |
| Octal | 371 | 331 | 127 | 0 | 15 | 101 | 2 | 60 | 135 | 102 |
| Binary | 11111001 | 11011001 | 1010111 | 0 | 1101 | 1000001 | 10 | 110000 | 1011101 | 1000010 |
Color Harmonies of #F9D957
Complementary color
Monochromatic Colors of #F9D957
Black with #F9D957
Text Example
Text Example
White with #F9D957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D957; }
p { color: rgb(249,217,87); }
H1.HeaderClassName
{
color: #F9D957;
}
.AnyTagClassName
{
color: #F9D957;
}
</style>
background-color css
<style>
a { background-color: #F9D957; }
a { background-color: rgb(249,217,87); }
div.DivClassName
{
background-color: #F9D957;
}
.BgClassName
{
background-color: #F9D957;
}
</style>
border-color css
<style>
span { border-color: #F9D957; }
span { border-color: rgb(249,217,87); }
td.TdClassName
{
border-color: #F9D957;
}
.TagClassName
{
border-color: #F9D957;
}
</style>