Shades of Mustard #F8DF5A
Tints of Mustard #F8DF5A
RGB
CMYK
RGB Variations
Color information
#F8DF5A (or 0xF8DF5A) is known color: Mustard. HEX triplet: F8, DF and 5A. RGB value is (248,223,90). Sum of RGB (Red+Green+Blue) = 248+223+90=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 90 (35.55% from 255 or 16.04% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DF5A is #0720A5. Grayscale: #D7D7D7. Windows color (decimal): -467110 or 5955576. OLE color: 5955576.
HSL color Cylindrical-coordinate representation of color #F8DF5A: hue angle of 50.51º 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 #F8DF5A is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 90 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.03 |
| HSL | 50.51º | 0.92% | 0.66% | - |
| HSV(B) | 50.51º | 0.64% | 0.97% | - |
| XYZ | 66.94 | 73.47 | 20.33 | - |
| YUV | 215.31 | 57.28 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 90 | 0 | 0.10 | 0.64 | 0.03 | 50.51 | 0.92 | 0.66 |
| Hex | F8 | DF | 5A | 0 | A | 40 | 3 | 33 | 5C | 42 |
| Octal | 370 | 337 | 132 | 0 | 12 | 100 | 3 | 63 | 134 | 102 |
| Binary | 11111000 | 11011111 | 1011010 | 0 | 1010 | 1000000 | 11 | 110011 | 1011100 | 1000010 |
Color Harmonies of #F8DF5A
Complementary color
Monochromatic Colors of #F8DF5A
Black with #F8DF5A
Text Example
Text Example
White with #F8DF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF5A; }
p { color: rgb(248,223,90); }
H1.HeaderClassName
{
color: #F8DF5A;
}
.AnyTagClassName
{
color: #F8DF5A;
}
</style>
background-color css
<style>
a { background-color: #F8DF5A; }
a { background-color: rgb(248,223,90); }
div.DivClassName
{
background-color: #F8DF5A;
}
.BgClassName
{
background-color: #F8DF5A;
}
</style>
border-color css
<style>
span { border-color: #F8DF5A; }
span { border-color: rgb(248,223,90); }
td.TdClassName
{
border-color: #F8DF5A;
}
.TagClassName
{
border-color: #F8DF5A;
}
</style>