Shades of Mustard #FDDA58
Tints of Mustard #FDDA58
RGB
CMYK
RGB Variations
Color information
#FDDA58 (or 0xFDDA58) is known color: Mustard. HEX triplet: FD, DA and 58. RGB value is (253,218,88). Sum of RGB (Red+Green+Blue) = 253+218+88=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 88 (34.77% from 255 or 15.74% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDA58 is #0225A7. Grayscale: #D6D6D6. Windows color (decimal): -140712 or 5823229. OLE color: 5823229.
HSL color Cylindrical-coordinate representation of color #FDDA58: hue angle of 47.27º 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 #FDDA58 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 88 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.01 |
| HSL | 47.27º | 0.98% | 0.67% | - |
| HSV(B) | 47.27º | 0.65% | 0.99% | - |
| XYZ | 67.34 | 71.73 | 19.53 | - |
| YUV | 213.65 | 57.1 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 88 | 0 | 0.14 | 0.65 | 0.01 | 47.27 | 0.98 | 0.67 |
| Hex | FD | DA | 58 | 0 | E | 41 | 1 | 2F | 62 | 43 |
| Octal | 375 | 332 | 130 | 0 | 16 | 101 | 1 | 57 | 142 | 103 |
| Binary | 11111101 | 11011010 | 1011000 | 0 | 1110 | 1000001 | 1 | 101111 | 1100010 | 1000011 |
Color Harmonies of #FDDA58
Complementary color
Monochromatic Colors of #FDDA58
Black with #FDDA58
Text Example
Text Example
White with #FDDA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA58; }
p { color: rgb(253,218,88); }
H1.HeaderClassName
{
color: #FDDA58;
}
.AnyTagClassName
{
color: #FDDA58;
}
</style>
background-color css
<style>
a { background-color: #FDDA58; }
a { background-color: rgb(253,218,88); }
div.DivClassName
{
background-color: #FDDA58;
}
.BgClassName
{
background-color: #FDDA58;
}
</style>
border-color css
<style>
span { border-color: #FDDA58; }
span { border-color: rgb(253,218,88); }
td.TdClassName
{
border-color: #FDDA58;
}
.TagClassName
{
border-color: #FDDA58;
}
</style>