Shades of Mustard #FADF5E
Tints of Mustard #FADF5E
RGB
CMYK
RGB Variations
Color information
#FADF5E (or 0xFADF5E) is known color: Mustard. HEX triplet: FA, DF and 5E. RGB value is (250,223,94). Sum of RGB (Red+Green+Blue) = 250+223+94=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 94 (37.11% from 255 or 16.58% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF5E is #0520A1. Grayscale: #D8D8D8. Windows color (decimal): -336034 or 6217722. OLE color: 6217722.
HSL color Cylindrical-coordinate representation of color #FADF5E: hue angle of 49.62º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FADF5E is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 94 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.02 |
| HSL | 49.62º | 0.94% | 0.67% | - |
| HSV(B) | 49.62º | 0.62% | 0.98% | - |
| XYZ | 67.83 | 73.91 | 21.28 | - |
| YUV | 216.37 | 58.95 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 94 | 0 | 0.11 | 0.62 | 0.02 | 49.62 | 0.94 | 0.67 |
| Hex | FA | DF | 5E | 0 | B | 3E | 2 | 32 | 5E | 43 |
| Octal | 372 | 337 | 136 | 0 | 13 | 76 | 2 | 62 | 136 | 103 |
| Binary | 11111010 | 11011111 | 1011110 | 0 | 1011 | 111110 | 10 | 110010 | 1011110 | 1000011 |
Color Harmonies of #FADF5E
Complementary color
Monochromatic Colors of #FADF5E
Black with #FADF5E
Text Example
Text Example
White with #FADF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF5E; }
p { color: rgb(250,223,94); }
H1.HeaderClassName
{
color: #FADF5E;
}
.AnyTagClassName
{
color: #FADF5E;
}
</style>
background-color css
<style>
a { background-color: #FADF5E; }
a { background-color: rgb(250,223,94); }
div.DivClassName
{
background-color: #FADF5E;
}
.BgClassName
{
background-color: #FADF5E;
}
</style>
border-color css
<style>
span { border-color: #FADF5E; }
span { border-color: rgb(250,223,94); }
td.TdClassName
{
border-color: #FADF5E;
}
.TagClassName
{
border-color: #FADF5E;
}
</style>