Shades of Mustard #F8DF57
Tints of Mustard #F8DF57
RGB
CMYK
RGB Variations
Color information
#F8DF57 (or 0xF8DF57) is known color: Mustard. HEX triplet: F8, DF and 57. RGB value is (248,223,87). Sum of RGB (Red+Green+Blue) = 248+223+87=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 87 (34.38% from 255 or 15.59% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DF57 is #0720A8. Grayscale: #D7D7D7. Windows color (decimal): -467113 or 5758968. OLE color: 5758968.
HSL color Cylindrical-coordinate representation of color #F8DF57: hue angle of 50.68º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F8DF57 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 87 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.03 |
| HSL | 50.68º | 0.92% | 0.66% | - |
| HSV(B) | 50.68º | 0.65% | 0.97% | - |
| XYZ | 66.82 | 73.42 | 19.67 | - |
| YUV | 214.97 | 55.78 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 87 | 0 | 0.10 | 0.65 | 0.03 | 50.68 | 0.92 | 0.66 |
| Hex | F8 | DF | 57 | 0 | A | 41 | 3 | 33 | 5C | 42 |
| Octal | 370 | 337 | 127 | 0 | 12 | 101 | 3 | 63 | 134 | 102 |
| Binary | 11111000 | 11011111 | 1010111 | 0 | 1010 | 1000001 | 11 | 110011 | 1011100 | 1000010 |
Color Harmonies of #F8DF57
Complementary color
Monochromatic Colors of #F8DF57
Black with #F8DF57
Text Example
Text Example
White with #F8DF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF57; }
p { color: rgb(248,223,87); }
H1.HeaderClassName
{
color: #F8DF57;
}
.AnyTagClassName
{
color: #F8DF57;
}
</style>
background-color css
<style>
a { background-color: #F8DF57; }
a { background-color: rgb(248,223,87); }
div.DivClassName
{
background-color: #F8DF57;
}
.BgClassName
{
background-color: #F8DF57;
}
</style>
border-color css
<style>
span { border-color: #F8DF57; }
span { border-color: rgb(248,223,87); }
td.TdClassName
{
border-color: #F8DF57;
}
.TagClassName
{
border-color: #F8DF57;
}
</style>