Shades of Mustard #FADE59
Tints of Mustard #FADE59
RGB
CMYK
RGB Variations
Color information
#FADE59 (or 0xFADE59) is known color: Mustard. HEX triplet: FA, DE and 59. RGB value is (250,222,89). Sum of RGB (Red+Green+Blue) = 250+222+89=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 89 (35.16% from 255 or 15.86% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE59 is #0521A6. Grayscale: #D7D7D7. Windows color (decimal): -336295 or 5889786. OLE color: 5889786.
HSL color Cylindrical-coordinate representation of color #FADE59: hue angle of 49.57º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FADE59 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 89 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.02 |
| HSL | 49.57º | 0.94% | 0.66% | - |
| HSV(B) | 49.57º | 0.64% | 0.98% | - |
| XYZ | 67.35 | 73.29 | 20.05 | - |
| YUV | 215.21 | 56.78 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 89 | 0 | 0.11 | 0.64 | 0.02 | 49.57 | 0.94 | 0.66 |
| Hex | FA | DE | 59 | 0 | B | 40 | 2 | 32 | 5E | 42 |
| Octal | 372 | 336 | 131 | 0 | 13 | 100 | 2 | 62 | 136 | 102 |
| Binary | 11111010 | 11011110 | 1011001 | 0 | 1011 | 1000000 | 10 | 110010 | 1011110 | 1000010 |
Color Harmonies of #FADE59
Complementary color
Monochromatic Colors of #FADE59
Black with #FADE59
Text Example
Text Example
White with #FADE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE59; }
p { color: rgb(250,222,89); }
H1.HeaderClassName
{
color: #FADE59;
}
.AnyTagClassName
{
color: #FADE59;
}
</style>
background-color css
<style>
a { background-color: #FADE59; }
a { background-color: rgb(250,222,89); }
div.DivClassName
{
background-color: #FADE59;
}
.BgClassName
{
background-color: #FADE59;
}
</style>
border-color css
<style>
span { border-color: #FADE59; }
span { border-color: rgb(250,222,89); }
td.TdClassName
{
border-color: #FADE59;
}
.TagClassName
{
border-color: #FADE59;
}
</style>