Shades of Mustard #FADF56
Tints of Mustard #FADF56
RGB
CMYK
RGB Variations
Color information
#FADF56 (or 0xFADF56) is known color: Mustard. HEX triplet: FA, DF and 56. RGB value is (250,223,86). Sum of RGB (Red+Green+Blue) = 250+223+86=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 86 (33.98% from 255 or 15.38% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF56 is #0520A9. Grayscale: #D8D8D8. Windows color (decimal): -336042 or 5693434. OLE color: 5693434.
HSL color Cylindrical-coordinate representation of color #FADF56: hue angle of 50.12º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FADF56 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 86 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.02 |
| HSL | 50.12º | 0.94% | 0.66% | - |
| HSV(B) | 50.12º | 0.66% | 0.98% | - |
| XYZ | 67.49 | 73.77 | 19.49 | - |
| YUV | 215.46 | 54.95 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 86 | 0 | 0.11 | 0.66 | 0.02 | 50.12 | 0.94 | 0.66 |
| Hex | FA | DF | 56 | 0 | B | 42 | 2 | 32 | 5E | 42 |
| Octal | 372 | 337 | 126 | 0 | 13 | 102 | 2 | 62 | 136 | 102 |
| Binary | 11111010 | 11011111 | 1010110 | 0 | 1011 | 1000010 | 10 | 110010 | 1011110 | 1000010 |
Color Harmonies of #FADF56
Complementary color
Monochromatic Colors of #FADF56
Black with #FADF56
Text Example
Text Example
White with #FADF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF56; }
p { color: rgb(250,223,86); }
H1.HeaderClassName
{
color: #FADF56;
}
.AnyTagClassName
{
color: #FADF56;
}
</style>
background-color css
<style>
a { background-color: #FADF56; }
a { background-color: rgb(250,223,86); }
div.DivClassName
{
background-color: #FADF56;
}
.BgClassName
{
background-color: #FADF56;
}
</style>
border-color css
<style>
span { border-color: #FADF56; }
span { border-color: rgb(250,223,86); }
td.TdClassName
{
border-color: #FADF56;
}
.TagClassName
{
border-color: #FADF56;
}
</style>