Shades of Mustard #F8DF5E
Tints of Mustard #F8DF5E
RGB
CMYK
RGB Variations
Color information
#F8DF5E (or 0xF8DF5E) is known color: Mustard. HEX triplet: F8, DF and 5E. RGB value is (248,223,94). Sum of RGB (Red+Green+Blue) = 248+223+94=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 94 (37.11% from 255 or 16.64% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DF5E is #0720A1. Grayscale: #D8D8D8. Windows color (decimal): -467106 or 6217720. OLE color: 6217720.
HSL color Cylindrical-coordinate representation of color #F8DF5E: hue angle of 50.26º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8DF5E is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 94 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.03 |
| HSL | 50.26º | 0.92% | 0.67% | - |
| HSV(B) | 50.26º | 0.62% | 0.97% | - |
| XYZ | 67.12 | 73.54 | 21.25 | - |
| YUV | 215.77 | 59.28 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 94 | 0 | 0.10 | 0.62 | 0.03 | 50.26 | 0.92 | 0.67 |
| Hex | F8 | DF | 5E | 0 | A | 3E | 3 | 32 | 5C | 43 |
| Octal | 370 | 337 | 136 | 0 | 12 | 76 | 3 | 62 | 134 | 103 |
| Binary | 11111000 | 11011111 | 1011110 | 0 | 1010 | 111110 | 11 | 110010 | 1011100 | 1000011 |
Color Harmonies of #F8DF5E
Complementary color
Monochromatic Colors of #F8DF5E
Black with #F8DF5E
Text Example
Text Example
White with #F8DF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF5E; }
p { color: rgb(248,223,94); }
H1.HeaderClassName
{
color: #F8DF5E;
}
.AnyTagClassName
{
color: #F8DF5E;
}
</style>
background-color css
<style>
a { background-color: #F8DF5E; }
a { background-color: rgb(248,223,94); }
div.DivClassName
{
background-color: #F8DF5E;
}
.BgClassName
{
background-color: #F8DF5E;
}
</style>
border-color css
<style>
span { border-color: #F8DF5E; }
span { border-color: rgb(248,223,94); }
td.TdClassName
{
border-color: #F8DF5E;
}
.TagClassName
{
border-color: #F8DF5E;
}
</style>