Shades of Mustard #FADE57
Tints of Mustard #FADE57
RGB
CMYK
RGB Variations
Color information
#FADE57 (or 0xFADE57) is known color: Mustard. HEX triplet: FA, DE and 57. RGB value is (250,222,87). Sum of RGB (Red+Green+Blue) = 250+222+87=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 87 (34.38% from 255 or 15.56% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE57 is #0521A8. Grayscale: #D7D7D7. Windows color (decimal): -336297 or 5758714. OLE color: 5758714.
HSL color Cylindrical-coordinate representation of color #FADE57: hue angle of 49.69º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FADE57 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 87 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.02 |
| HSL | 49.69º | 0.94% | 0.66% | - |
| HSV(B) | 49.69º | 0.65% | 0.98% | - |
| XYZ | 67.27 | 73.25 | 19.61 | - |
| YUV | 214.98 | 55.78 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 87 | 0 | 0.11 | 0.65 | 0.02 | 49.69 | 0.94 | 0.66 |
| Hex | FA | DE | 57 | 0 | B | 41 | 2 | 32 | 5E | 42 |
| Octal | 372 | 336 | 127 | 0 | 13 | 101 | 2 | 62 | 136 | 102 |
| Binary | 11111010 | 11011110 | 1010111 | 0 | 1011 | 1000001 | 10 | 110010 | 1011110 | 1000010 |
Color Harmonies of #FADE57
Complementary color
Monochromatic Colors of #FADE57
Black with #FADE57
Text Example
Text Example
White with #FADE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE57; }
p { color: rgb(250,222,87); }
H1.HeaderClassName
{
color: #FADE57;
}
.AnyTagClassName
{
color: #FADE57;
}
</style>
background-color css
<style>
a { background-color: #FADE57; }
a { background-color: rgb(250,222,87); }
div.DivClassName
{
background-color: #FADE57;
}
.BgClassName
{
background-color: #FADE57;
}
</style>
border-color css
<style>
span { border-color: #FADE57; }
span { border-color: rgb(250,222,87); }
td.TdClassName
{
border-color: #FADE57;
}
.TagClassName
{
border-color: #FADE57;
}
</style>