Shades of Mustard #F8E056
Tints of Mustard #F8E056
RGB
CMYK
RGB Variations
Color information
#F8E056 (or 0xF8E056) is known color: Mustard. HEX triplet: F8, E0 and 56. RGB value is (248,224,86). Sum of RGB (Red+Green+Blue) = 248+224+86=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 86 (33.98% from 255 or 15.41% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E056 is #071FA9. Grayscale: #D8D8D8. Windows color (decimal): -466858 or 5693688. OLE color: 5693688.
HSL color Cylindrical-coordinate representation of color #F8E056: hue angle of 51.11º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F8E056 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 224 | 86 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.03 |
| HSL | 51.11º | 0.92% | 0.65% | - |
| HSV(B) | 51.11º | 0.65% | 0.97% | - |
| XYZ | 67.05 | 73.94 | 19.54 | - |
| YUV | 215.44 | 54.95 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 224 | 86 | 0 | 0.10 | 0.65 | 0.03 | 51.11 | 0.92 | 0.65 |
| Hex | F8 | E0 | 56 | 0 | A | 41 | 3 | 33 | 5C | 41 |
| Octal | 370 | 340 | 126 | 0 | 12 | 101 | 3 | 63 | 134 | 101 |
| Binary | 11111000 | 11100000 | 1010110 | 0 | 1010 | 1000001 | 11 | 110011 | 1011100 | 1000001 |
Color Harmonies of #F8E056
Complementary color
Monochromatic Colors of #F8E056
Black with #F8E056
Text Example
Text Example
White with #F8E056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E056; }
p { color: rgb(248,224,86); }
H1.HeaderClassName
{
color: #F8E056;
}
.AnyTagClassName
{
color: #F8E056;
}
</style>
background-color css
<style>
a { background-color: #F8E056; }
a { background-color: rgb(248,224,86); }
div.DivClassName
{
background-color: #F8E056;
}
.BgClassName
{
background-color: #F8E056;
}
</style>
border-color css
<style>
span { border-color: #F8E056; }
span { border-color: rgb(248,224,86); }
td.TdClassName
{
border-color: #F8E056;
}
.TagClassName
{
border-color: #F8E056;
}
</style>