Shades of Mustard #FADD58
Tints of Mustard #FADD58
RGB
CMYK
RGB Variations
Color information
#FADD58 (or 0xFADD58) is known color: Mustard. HEX triplet: FA, DD and 58. RGB value is (250,221,88). Sum of RGB (Red+Green+Blue) = 250+221+88=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 88 (34.77% from 255 or 15.74% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD58 is #0522A7. Grayscale: #D7D7D7. Windows color (decimal): -336552 or 5823994. OLE color: 5823994.
HSL color Cylindrical-coordinate representation of color #FADD58: hue angle of 49.26º 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 #FADD58 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 88 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.02 |
| HSL | 49.26º | 0.94% | 0.66% | - |
| HSV(B) | 49.26º | 0.65% | 0.98% | - |
| XYZ | 67.04 | 72.74 | 19.74 | - |
| YUV | 214.51 | 56.61 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 88 | 0 | 0.12 | 0.65 | 0.02 | 49.26 | 0.94 | 0.66 |
| Hex | FA | DD | 58 | 0 | C | 41 | 2 | 31 | 5E | 42 |
| Octal | 372 | 335 | 130 | 0 | 14 | 101 | 2 | 61 | 136 | 102 |
| Binary | 11111010 | 11011101 | 1011000 | 0 | 1100 | 1000001 | 10 | 110001 | 1011110 | 1000010 |
Color Harmonies of #FADD58
Complementary color
Monochromatic Colors of #FADD58
Black with #FADD58
Text Example
Text Example
White with #FADD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD58; }
p { color: rgb(250,221,88); }
H1.HeaderClassName
{
color: #FADD58;
}
.AnyTagClassName
{
color: #FADD58;
}
</style>
background-color css
<style>
a { background-color: #FADD58; }
a { background-color: rgb(250,221,88); }
div.DivClassName
{
background-color: #FADD58;
}
.BgClassName
{
background-color: #FADD58;
}
</style>
border-color css
<style>
span { border-color: #FADD58; }
span { border-color: rgb(250,221,88); }
td.TdClassName
{
border-color: #FADD58;
}
.TagClassName
{
border-color: #FADD58;
}
</style>