Shades of Mustard #F9DB56
Tints of Mustard #F9DB56
RGB
CMYK
RGB Variations
Color information
#F9DB56 (or 0xF9DB56) is known color: Mustard. HEX triplet: F9, DB and 56. RGB value is (249,219,86). Sum of RGB (Red+Green+Blue) = 249+219+86=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 86 (33.98% from 255 or 15.52% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DB56 is #0624A9. Grayscale: #D5D5D5. Windows color (decimal): -402602 or 5692409. OLE color: 5692409.
HSL color Cylindrical-coordinate representation of color #F9DB56: hue angle of 48.96º 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 #F9DB56 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 86 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.02 |
| HSL | 48.96º | 0.93% | 0.66% | - |
| HSV(B) | 48.96º | 0.65% | 0.98% | - |
| XYZ | 66.08 | 71.47 | 19.12 | - |
| YUV | 212.81 | 56.44 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 86 | 0 | 0.12 | 0.65 | 0.02 | 48.96 | 0.93 | 0.66 |
| Hex | F9 | DB | 56 | 0 | C | 41 | 2 | 31 | 5D | 42 |
| Octal | 371 | 333 | 126 | 0 | 14 | 101 | 2 | 61 | 135 | 102 |
| Binary | 11111001 | 11011011 | 1010110 | 0 | 1100 | 1000001 | 10 | 110001 | 1011101 | 1000010 |
Color Harmonies of #F9DB56
Complementary color
Monochromatic Colors of #F9DB56
Black with #F9DB56
Text Example
Text Example
White with #F9DB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DB56; }
p { color: rgb(249,219,86); }
H1.HeaderClassName
{
color: #F9DB56;
}
.AnyTagClassName
{
color: #F9DB56;
}
</style>
background-color css
<style>
a { background-color: #F9DB56; }
a { background-color: rgb(249,219,86); }
div.DivClassName
{
background-color: #F9DB56;
}
.BgClassName
{
background-color: #F9DB56;
}
</style>
border-color css
<style>
span { border-color: #F9DB56; }
span { border-color: rgb(249,219,86); }
td.TdClassName
{
border-color: #F9DB56;
}
.TagClassName
{
border-color: #F9DB56;
}
</style>