Shades of Mustard #F8DC59
Tints of Mustard #F8DC59
RGB
CMYK
RGB Variations
Color information
#F8DC59 (or 0xF8DC59) is known color: Mustard. HEX triplet: F8, DC and 59. RGB value is (248,220,89). Sum of RGB (Red+Green+Blue) = 248+220+89=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 89 (35.16% from 255 or 15.98% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DC59 is #0723A6. Grayscale: #D5D5D5. Windows color (decimal): -467879 or 5889272. OLE color: 5889272.
HSL color Cylindrical-coordinate representation of color #F8DC59: hue angle of 49.43º 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 #F8DC59 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 89 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.03 |
| HSL | 49.43º | 0.92% | 0.66% | - |
| HSV(B) | 49.43º | 0.64% | 0.97% | - |
| XYZ | 66.11 | 71.86 | 19.84 | - |
| YUV | 213.44 | 57.78 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 89 | 0 | 0.11 | 0.64 | 0.03 | 49.43 | 0.92 | 0.66 |
| Hex | F8 | DC | 59 | 0 | B | 40 | 3 | 31 | 5C | 42 |
| Octal | 370 | 334 | 131 | 0 | 13 | 100 | 3 | 61 | 134 | 102 |
| Binary | 11111000 | 11011100 | 1011001 | 0 | 1011 | 1000000 | 11 | 110001 | 1011100 | 1000010 |
Color Harmonies of #F8DC59
Complementary color
Monochromatic Colors of #F8DC59
Black with #F8DC59
Text Example
Text Example
White with #F8DC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DC59; }
p { color: rgb(248,220,89); }
H1.HeaderClassName
{
color: #F8DC59;
}
.AnyTagClassName
{
color: #F8DC59;
}
</style>
background-color css
<style>
a { background-color: #F8DC59; }
a { background-color: rgb(248,220,89); }
div.DivClassName
{
background-color: #F8DC59;
}
.BgClassName
{
background-color: #F8DC59;
}
</style>
border-color css
<style>
span { border-color: #F8DC59; }
span { border-color: rgb(248,220,89); }
td.TdClassName
{
border-color: #F8DC59;
}
.TagClassName
{
border-color: #F8DC59;
}
</style>