Shades of Mustard #FADE53
Tints of Mustard #FADE53
RGB
CMYK
RGB Variations
Color information
#FADE53 (or 0xFADE53) is known color: Mustard. HEX triplet: FA, DE and 53. RGB value is (250,222,83). Sum of RGB (Red+Green+Blue) = 250+222+83=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 83 (32.81% from 255 or 14.95% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE53 is #0521AC. Grayscale: #D7D7D7. Windows color (decimal): -336301 or 5496570. OLE color: 5496570.
HSL color Cylindrical-coordinate representation of color #FADE53: hue angle of 49.94º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FADE53 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 83 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.02 |
| HSL | 49.94º | 0.94% | 0.65% | - |
| HSV(B) | 49.94º | 0.67% | 0.98% | - |
| XYZ | 67.11 | 73.19 | 18.77 | - |
| YUV | 214.53 | 53.78 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 83 | 0 | 0.11 | 0.67 | 0.02 | 49.94 | 0.94 | 0.65 |
| Hex | FA | DE | 53 | 0 | B | 43 | 2 | 32 | 5E | 41 |
| Octal | 372 | 336 | 123 | 0 | 13 | 103 | 2 | 62 | 136 | 101 |
| Binary | 11111010 | 11011110 | 1010011 | 0 | 1011 | 1000011 | 10 | 110010 | 1011110 | 1000001 |
Color Harmonies of #FADE53
Complementary color
Monochromatic Colors of #FADE53
Black with #FADE53
Text Example
Text Example
White with #FADE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE53; }
p { color: rgb(250,222,83); }
H1.HeaderClassName
{
color: #FADE53;
}
.AnyTagClassName
{
color: #FADE53;
}
</style>
background-color css
<style>
a { background-color: #FADE53; }
a { background-color: rgb(250,222,83); }
div.DivClassName
{
background-color: #FADE53;
}
.BgClassName
{
background-color: #FADE53;
}
</style>
border-color css
<style>
span { border-color: #FADE53; }
span { border-color: rgb(250,222,83); }
td.TdClassName
{
border-color: #FADE53;
}
.TagClassName
{
border-color: #FADE53;
}
</style>