Shades of Mustard #FADE55
Tints of Mustard #FADE55
RGB
CMYK
RGB Variations
Color information
#FADE55 (or 0xFADE55) is known color: Mustard. HEX triplet: FA, DE and 55. RGB value is (250,222,85). Sum of RGB (Red+Green+Blue) = 250+222+85=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 85 (33.59% from 255 or 15.26% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE55 is #0521AA. Grayscale: #D7D7D7. Windows color (decimal): -336299 or 5627642. OLE color: 5627642.
HSL color Cylindrical-coordinate representation of color #FADE55: hue angle of 49.82º 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 #FADE55 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 85 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.02 |
| HSL | 49.82º | 0.94% | 0.66% | - |
| HSV(B) | 49.82º | 0.66% | 0.98% | - |
| XYZ | 67.19 | 73.22 | 19.19 | - |
| YUV | 214.75 | 54.78 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 85 | 0 | 0.11 | 0.66 | 0.02 | 49.82 | 0.94 | 0.66 |
| Hex | FA | DE | 55 | 0 | B | 42 | 2 | 32 | 5E | 42 |
| Octal | 372 | 336 | 125 | 0 | 13 | 102 | 2 | 62 | 136 | 102 |
| Binary | 11111010 | 11011110 | 1010101 | 0 | 1011 | 1000010 | 10 | 110010 | 1011110 | 1000010 |
Color Harmonies of #FADE55
Complementary color
Monochromatic Colors of #FADE55
Black with #FADE55
Text Example
Text Example
White with #FADE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE55; }
p { color: rgb(250,222,85); }
H1.HeaderClassName
{
color: #FADE55;
}
.AnyTagClassName
{
color: #FADE55;
}
</style>
background-color css
<style>
a { background-color: #FADE55; }
a { background-color: rgb(250,222,85); }
div.DivClassName
{
background-color: #FADE55;
}
.BgClassName
{
background-color: #FADE55;
}
</style>
border-color css
<style>
span { border-color: #FADE55; }
span { border-color: rgb(250,222,85); }
td.TdClassName
{
border-color: #FADE55;
}
.TagClassName
{
border-color: #FADE55;
}
</style>