Shades of Mustard #FADD55
Tints of Mustard #FADD55
RGB
CMYK
RGB Variations
Color information
#FADD55 (or 0xFADD55) is known color: Mustard. HEX triplet: FA, DD and 55. RGB value is (250,221,85). Sum of RGB (Red+Green+Blue) = 250+221+85=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 85 (33.59% from 255 or 15.29% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD55 is #0522AA. Grayscale: #D6D6D6. Windows color (decimal): -336555 or 5627386. OLE color: 5627386.
HSL color Cylindrical-coordinate representation of color #FADD55: hue angle of 49.45º 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 #FADD55 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 85 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.02 |
| HSL | 49.45º | 0.94% | 0.66% | - |
| HSV(B) | 49.45º | 0.66% | 0.98% | - |
| XYZ | 66.92 | 72.69 | 19.1 | - |
| YUV | 214.17 | 55.11 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 85 | 0 | 0.12 | 0.66 | 0.02 | 49.45 | 0.94 | 0.66 |
| Hex | FA | DD | 55 | 0 | C | 42 | 2 | 31 | 5E | 42 |
| Octal | 372 | 335 | 125 | 0 | 14 | 102 | 2 | 61 | 136 | 102 |
| Binary | 11111010 | 11011101 | 1010101 | 0 | 1100 | 1000010 | 10 | 110001 | 1011110 | 1000010 |
Color Harmonies of #FADD55
Complementary color
Monochromatic Colors of #FADD55
Black with #FADD55
Text Example
Text Example
White with #FADD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD55; }
p { color: rgb(250,221,85); }
H1.HeaderClassName
{
color: #FADD55;
}
.AnyTagClassName
{
color: #FADD55;
}
</style>
background-color css
<style>
a { background-color: #FADD55; }
a { background-color: rgb(250,221,85); }
div.DivClassName
{
background-color: #FADD55;
}
.BgClassName
{
background-color: #FADD55;
}
</style>
border-color css
<style>
span { border-color: #FADD55; }
span { border-color: rgb(250,221,85); }
td.TdClassName
{
border-color: #FADD55;
}
.TagClassName
{
border-color: #FADD55;
}
</style>