Shades of Mustard #FDDA59
Tints of Mustard #FDDA59
RGB
CMYK
RGB Variations
Color information
#FDDA59 (or 0xFDDA59) is known color: Mustard. HEX triplet: FD, DA and 59. RGB value is (253,218,89). Sum of RGB (Red+Green+Blue) = 253+218+89=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 89 (35.16% from 255 or 15.89% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDA59 is #0225A6. Grayscale: #D6D6D6. Windows color (decimal): -140711 or 5888765. OLE color: 5888765.
HSL color Cylindrical-coordinate representation of color #FDDA59: hue angle of 47.2º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDDA59 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 89 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.01 |
| HSL | 47.2º | 0.98% | 0.67% | - |
| HSV(B) | 47.2º | 0.65% | 0.99% | - |
| XYZ | 67.38 | 71.75 | 19.75 | - |
| YUV | 213.76 | 57.6 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 89 | 0 | 0.14 | 0.65 | 0.01 | 47.2 | 0.98 | 0.67 |
| Hex | FD | DA | 59 | 0 | E | 41 | 1 | 2F | 62 | 43 |
| Octal | 375 | 332 | 131 | 0 | 16 | 101 | 1 | 57 | 142 | 103 |
| Binary | 11111101 | 11011010 | 1011001 | 0 | 1110 | 1000001 | 1 | 101111 | 1100010 | 1000011 |
Color Harmonies of #FDDA59
Complementary color
Monochromatic Colors of #FDDA59
Black with #FDDA59
Text Example
Text Example
White with #FDDA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA59; }
p { color: rgb(253,218,89); }
H1.HeaderClassName
{
color: #FDDA59;
}
.AnyTagClassName
{
color: #FDDA59;
}
</style>
background-color css
<style>
a { background-color: #FDDA59; }
a { background-color: rgb(253,218,89); }
div.DivClassName
{
background-color: #FDDA59;
}
.BgClassName
{
background-color: #FDDA59;
}
</style>
border-color css
<style>
span { border-color: #FDDA59; }
span { border-color: rgb(253,218,89); }
td.TdClassName
{
border-color: #FDDA59;
}
.TagClassName
{
border-color: #FDDA59;
}
</style>