Shades of Mustard #FADA55
Tints of Mustard #FADA55
RGB
CMYK
RGB Variations
Color information
#FADA55 (or 0xFADA55) is known color: Mustard. HEX triplet: FA, DA and 55. RGB value is (250,218,85). Sum of RGB (Red+Green+Blue) = 250+218+85=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 85 (33.59% from 255 or 15.37% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA55 is #0525AA. Grayscale: #D4D4D4. Windows color (decimal): -337323 or 5626618. OLE color: 5626618.
HSL color Cylindrical-coordinate representation of color #FADA55: hue angle of 48.36º 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 #FADA55 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 85 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.02 |
| HSL | 48.36º | 0.94% | 0.66% | - |
| HSV(B) | 48.36º | 0.66% | 0.98% | - |
| XYZ | 66.14 | 71.12 | 18.84 | - |
| YUV | 212.41 | 56.1 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 85 | 0 | 0.13 | 0.66 | 0.02 | 48.36 | 0.94 | 0.66 |
| Hex | FA | DA | 55 | 0 | D | 42 | 2 | 30 | 5E | 42 |
| Octal | 372 | 332 | 125 | 0 | 15 | 102 | 2 | 60 | 136 | 102 |
| Binary | 11111010 | 11011010 | 1010101 | 0 | 1101 | 1000010 | 10 | 110000 | 1011110 | 1000010 |
Color Harmonies of #FADA55
Complementary color
Monochromatic Colors of #FADA55
Black with #FADA55
Text Example
Text Example
White with #FADA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA55; }
p { color: rgb(250,218,85); }
H1.HeaderClassName
{
color: #FADA55;
}
.AnyTagClassName
{
color: #FADA55;
}
</style>
background-color css
<style>
a { background-color: #FADA55; }
a { background-color: rgb(250,218,85); }
div.DivClassName
{
background-color: #FADA55;
}
.BgClassName
{
background-color: #FADA55;
}
</style>
border-color css
<style>
span { border-color: #FADA55; }
span { border-color: rgb(250,218,85); }
td.TdClassName
{
border-color: #FADA55;
}
.TagClassName
{
border-color: #FADA55;
}
</style>