Shades of Mustard #F8DF5D
Tints of Mustard #F8DF5D
RGB
CMYK
RGB Variations
Color information
#F8DF5D (or 0xF8DF5D) is known color: Mustard. HEX triplet: F8, DF and 5D. RGB value is (248,223,93). Sum of RGB (Red+Green+Blue) = 248+223+93=564 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.97% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 93 (36.72% from 255 or 16.49% from 564); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DF5D is #0720A2. Grayscale: #D8D8D8. Windows color (decimal): -467107 or 6152184. OLE color: 6152184.
HSL color Cylindrical-coordinate representation of color #F8DF5D: hue angle of 50.32º 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 #F8DF5D is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 93 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.03 |
| HSL | 50.32º | 0.92% | 0.67% | - |
| HSV(B) | 50.32º | 0.63% | 0.97% | - |
| XYZ | 67.07 | 73.52 | 21.01 | - |
| YUV | 215.66 | 58.78 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 93 | 0 | 0.10 | 0.62 | 0.03 | 50.32 | 0.92 | 0.67 |
| Hex | F8 | DF | 5D | 0 | A | 3E | 3 | 32 | 5C | 43 |
| Octal | 370 | 337 | 135 | 0 | 12 | 76 | 3 | 62 | 134 | 103 |
| Binary | 11111000 | 11011111 | 1011101 | 0 | 1010 | 111110 | 11 | 110010 | 1011100 | 1000011 |
Color Harmonies of #F8DF5D
Complementary color
Monochromatic Colors of #F8DF5D
Black with #F8DF5D
Text Example
Text Example
White with #F8DF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF5D; }
p { color: rgb(248,223,93); }
H1.HeaderClassName
{
color: #F8DF5D;
}
.AnyTagClassName
{
color: #F8DF5D;
}
</style>
background-color css
<style>
a { background-color: #F8DF5D; }
a { background-color: rgb(248,223,93); }
div.DivClassName
{
background-color: #F8DF5D;
}
.BgClassName
{
background-color: #F8DF5D;
}
</style>
border-color css
<style>
span { border-color: #F8DF5D; }
span { border-color: rgb(248,223,93); }
td.TdClassName
{
border-color: #F8DF5D;
}
.TagClassName
{
border-color: #F8DF5D;
}
</style>