Shades of Mustard #FAD859
Tints of Mustard #FAD859
RGB
CMYK
RGB Variations
Color information
#FAD859 (or 0xFAD859) is known color: Mustard. HEX triplet: FA, D8 and 59. RGB value is (250,216,89). Sum of RGB (Red+Green+Blue) = 250+216+89=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 89 (35.16% from 255 or 16.04% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD859 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD859 is #0527A6. Grayscale: #D4D4D4. Windows color (decimal): -337831 or 5888250. OLE color: 5888250.
HSL color Cylindrical-coordinate representation of color #FAD859: hue angle of 47.33º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAD859 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 216 | 89 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.02 |
| HSL | 47.33º | 0.94% | 0.66% | - |
| HSV(B) | 47.33º | 0.64% | 0.98% | - |
| XYZ | 65.78 | 70.16 | 19.53 | - |
| YUV | 211.69 | 58.76 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 216 | 89 | 0 | 0.14 | 0.64 | 0.02 | 47.33 | 0.94 | 0.66 |
| Hex | FA | D8 | 59 | 0 | E | 40 | 2 | 2F | 5E | 42 |
| Octal | 372 | 330 | 131 | 0 | 16 | 100 | 2 | 57 | 136 | 102 |
| Binary | 11111010 | 11011000 | 1011001 | 0 | 1110 | 1000000 | 10 | 101111 | 1011110 | 1000010 |
Color Harmonies of #FAD859
Complementary color
Monochromatic Colors of #FAD859
Black with #FAD859
Text Example
Text Example
White with #FAD859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD859; }
p { color: rgb(250,216,89); }
H1.HeaderClassName
{
color: #FAD859;
}
.AnyTagClassName
{
color: #FAD859;
}
</style>
background-color css
<style>
a { background-color: #FAD859; }
a { background-color: rgb(250,216,89); }
div.DivClassName
{
background-color: #FAD859;
}
.BgClassName
{
background-color: #FAD859;
}
</style>
border-color css
<style>
span { border-color: #FAD859; }
span { border-color: rgb(250,216,89); }
td.TdClassName
{
border-color: #FAD859;
}
.TagClassName
{
border-color: #FAD859;
}
</style>