Shades of Mustard #FADE54
Tints of Mustard #FADE54
RGB
CMYK
RGB Variations
Color information
#FADE54 (or 0xFADE54) is known color: Mustard. HEX triplet: FA, DE and 54. RGB value is (250,222,84). Sum of RGB (Red+Green+Blue) = 250+222+84=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 84 (33.20% from 255 or 15.11% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE54 is #0521AB. Grayscale: #D7D7D7. Windows color (decimal): -336300 or 5562106. OLE color: 5562106.
HSL color Cylindrical-coordinate representation of color #FADE54: hue angle of 49.88º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FADE54 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 84 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.02 |
| HSL | 49.88º | 0.94% | 0.65% | - |
| HSV(B) | 49.88º | 0.66% | 0.98% | - |
| XYZ | 67.15 | 73.21 | 18.98 | - |
| YUV | 214.64 | 54.28 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 84 | 0 | 0.11 | 0.66 | 0.02 | 49.88 | 0.94 | 0.65 |
| Hex | FA | DE | 54 | 0 | B | 42 | 2 | 32 | 5E | 41 |
| Octal | 372 | 336 | 124 | 0 | 13 | 102 | 2 | 62 | 136 | 101 |
| Binary | 11111010 | 11011110 | 1010100 | 0 | 1011 | 1000010 | 10 | 110010 | 1011110 | 1000001 |
Color Harmonies of #FADE54
Complementary color
Monochromatic Colors of #FADE54
Black with #FADE54
Text Example
Text Example
White with #FADE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE54; }
p { color: rgb(250,222,84); }
H1.HeaderClassName
{
color: #FADE54;
}
.AnyTagClassName
{
color: #FADE54;
}
</style>
background-color css
<style>
a { background-color: #FADE54; }
a { background-color: rgb(250,222,84); }
div.DivClassName
{
background-color: #FADE54;
}
.BgClassName
{
background-color: #FADE54;
}
</style>
border-color css
<style>
span { border-color: #FADE54; }
span { border-color: rgb(250,222,84); }
td.TdClassName
{
border-color: #FADE54;
}
.TagClassName
{
border-color: #FADE54;
}
</style>