Shades of Mustard #FADF55
Tints of Mustard #FADF55
RGB
CMYK
RGB Variations
Color information
#FADF55 (or 0xFADF55) is known color: Mustard. HEX triplet: FA, DF and 55. RGB value is (250,223,85). Sum of RGB (Red+Green+Blue) = 250+223+85=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 85 (33.59% from 255 or 15.23% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF55 is #0520AA. Grayscale: #D7D7D7. Windows color (decimal): -336043 or 5627898. OLE color: 5627898.
HSL color Cylindrical-coordinate representation of color #FADF55: hue angle of 50.18º 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 #FADF55 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 85 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.02 |
| HSL | 50.18º | 0.94% | 0.66% | - |
| HSV(B) | 50.18º | 0.66% | 0.98% | - |
| XYZ | 67.45 | 73.76 | 19.28 | - |
| YUV | 215.34 | 54.45 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 85 | 0 | 0.11 | 0.66 | 0.02 | 50.18 | 0.94 | 0.66 |
| Hex | FA | DF | 55 | 0 | B | 42 | 2 | 32 | 5E | 42 |
| Octal | 372 | 337 | 125 | 0 | 13 | 102 | 2 | 62 | 136 | 102 |
| Binary | 11111010 | 11011111 | 1010101 | 0 | 1011 | 1000010 | 10 | 110010 | 1011110 | 1000010 |
Color Harmonies of #FADF55
Complementary color
Monochromatic Colors of #FADF55
Black with #FADF55
Text Example
Text Example
White with #FADF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF55; }
p { color: rgb(250,223,85); }
H1.HeaderClassName
{
color: #FADF55;
}
.AnyTagClassName
{
color: #FADF55;
}
</style>
background-color css
<style>
a { background-color: #FADF55; }
a { background-color: rgb(250,223,85); }
div.DivClassName
{
background-color: #FADF55;
}
.BgClassName
{
background-color: #FADF55;
}
</style>
border-color css
<style>
span { border-color: #FADF55; }
span { border-color: rgb(250,223,85); }
td.TdClassName
{
border-color: #FADF55;
}
.TagClassName
{
border-color: #FADF55;
}
</style>