Shades of Mustard #F9DF5A
Tints of Mustard #F9DF5A
RGB
CMYK
RGB Variations
Color information
#F9DF5A (or 0xF9DF5A) is known color: Mustard. HEX triplet: F9, DF and 5A. RGB value is (249,223,90). Sum of RGB (Red+Green+Blue) = 249+223+90=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 90 (35.55% from 255 or 16.01% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DF5A is #0620A5. Grayscale: #D8D8D8. Windows color (decimal): -401574 or 5955577. OLE color: 5955577.
HSL color Cylindrical-coordinate representation of color #F9DF5A: hue angle of 50.19º 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 #F9DF5A is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 90 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.02 |
| HSL | 50.19º | 0.93% | 0.66% | - |
| HSV(B) | 50.19º | 0.64% | 0.98% | - |
| XYZ | 67.3 | 73.65 | 20.34 | - |
| YUV | 215.61 | 57.11 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 90 | 0 | 0.10 | 0.64 | 0.02 | 50.19 | 0.93 | 0.66 |
| Hex | F9 | DF | 5A | 0 | A | 40 | 2 | 32 | 5D | 42 |
| Octal | 371 | 337 | 132 | 0 | 12 | 100 | 2 | 62 | 135 | 102 |
| Binary | 11111001 | 11011111 | 1011010 | 0 | 1010 | 1000000 | 10 | 110010 | 1011101 | 1000010 |
Color Harmonies of #F9DF5A
Complementary color
Monochromatic Colors of #F9DF5A
Black with #F9DF5A
Text Example
Text Example
White with #F9DF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DF5A; }
p { color: rgb(249,223,90); }
H1.HeaderClassName
{
color: #F9DF5A;
}
.AnyTagClassName
{
color: #F9DF5A;
}
</style>
background-color css
<style>
a { background-color: #F9DF5A; }
a { background-color: rgb(249,223,90); }
div.DivClassName
{
background-color: #F9DF5A;
}
.BgClassName
{
background-color: #F9DF5A;
}
</style>
border-color css
<style>
span { border-color: #F9DF5A; }
span { border-color: rgb(249,223,90); }
td.TdClassName
{
border-color: #F9DF5A;
}
.TagClassName
{
border-color: #F9DF5A;
}
</style>