Shades of Mustard #F8D959
Tints of Mustard #F8D959
RGB
CMYK
RGB Variations
Color information
#F8D959 (or 0xF8D959) is known color: Mustard. HEX triplet: F8, D9 and 59. RGB value is (248,217,89). Sum of RGB (Red+Green+Blue) = 248+217+89=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 89 (35.16% from 255 or 16.06% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D959 is #0726A6. Grayscale: #D4D4D4. Windows color (decimal): -468647 or 5888504. OLE color: 5888504.
HSL color Cylindrical-coordinate representation of color #F8D959: hue angle of 48.3º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8D959 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 217 | 89 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.03 |
| HSL | 48.3º | 0.92% | 0.66% | - |
| HSV(B) | 48.3º | 0.64% | 0.97% | - |
| XYZ | 65.33 | 70.3 | 19.58 | - |
| YUV | 211.68 | 58.77 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 217 | 89 | 0 | 0.12 | 0.64 | 0.03 | 48.3 | 0.92 | 0.66 |
| Hex | F8 | D9 | 59 | 0 | C | 40 | 3 | 30 | 5C | 42 |
| Octal | 370 | 331 | 131 | 0 | 14 | 100 | 3 | 60 | 134 | 102 |
| Binary | 11111000 | 11011001 | 1011001 | 0 | 1100 | 1000000 | 11 | 110000 | 1011100 | 1000010 |
Color Harmonies of #F8D959
Complementary color
Monochromatic Colors of #F8D959
Black with #F8D959
Text Example
Text Example
White with #F8D959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D959; }
p { color: rgb(248,217,89); }
H1.HeaderClassName
{
color: #F8D959;
}
.AnyTagClassName
{
color: #F8D959;
}
</style>
background-color css
<style>
a { background-color: #F8D959; }
a { background-color: rgb(248,217,89); }
div.DivClassName
{
background-color: #F8D959;
}
.BgClassName
{
background-color: #F8D959;
}
</style>
border-color css
<style>
span { border-color: #F8D959; }
span { border-color: rgb(248,217,89); }
td.TdClassName
{
border-color: #F8D959;
}
.TagClassName
{
border-color: #F8D959;
}
</style>