Shades of Mustard #FADA56
Tints of Mustard #FADA56
RGB
CMYK
RGB Variations
Color information
#FADA56 (or 0xFADA56) is known color: Mustard. HEX triplet: FA, DA and 56. RGB value is (250,218,86). Sum of RGB (Red+Green+Blue) = 250+218+86=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 86 (33.98% from 255 or 15.52% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA56 is #0525A9. Grayscale: #D5D5D5. Windows color (decimal): -337322 or 5692154. OLE color: 5692154.
HSL color Cylindrical-coordinate representation of color #FADA56: hue angle of 48.29º 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 #FADA56 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 86 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.02 |
| HSL | 48.29º | 0.94% | 0.66% | - |
| HSV(B) | 48.29º | 0.66% | 0.98% | - |
| XYZ | 66.18 | 71.14 | 19.05 | - |
| YUV | 212.52 | 56.6 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 86 | 0 | 0.13 | 0.66 | 0.02 | 48.29 | 0.94 | 0.66 |
| Hex | FA | DA | 56 | 0 | D | 42 | 2 | 30 | 5E | 42 |
| Octal | 372 | 332 | 126 | 0 | 15 | 102 | 2 | 60 | 136 | 102 |
| Binary | 11111010 | 11011010 | 1010110 | 0 | 1101 | 1000010 | 10 | 110000 | 1011110 | 1000010 |
Color Harmonies of #FADA56
Complementary color
Monochromatic Colors of #FADA56
Black with #FADA56
Text Example
Text Example
White with #FADA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA56; }
p { color: rgb(250,218,86); }
H1.HeaderClassName
{
color: #FADA56;
}
.AnyTagClassName
{
color: #FADA56;
}
</style>
background-color css
<style>
a { background-color: #FADA56; }
a { background-color: rgb(250,218,86); }
div.DivClassName
{
background-color: #FADA56;
}
.BgClassName
{
background-color: #FADA56;
}
</style>
border-color css
<style>
span { border-color: #FADA56; }
span { border-color: rgb(250,218,86); }
td.TdClassName
{
border-color: #FADA56;
}
.TagClassName
{
border-color: #FADA56;
}
</style>