Shades of Mustard #FDDA55
Tints of Mustard #FDDA55
RGB
CMYK
RGB Variations
Color information
#FDDA55 (or 0xFDDA55) is known color: Mustard. HEX triplet: FD, DA and 55. RGB value is (253,218,85). Sum of RGB (Red+Green+Blue) = 253+218+85=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 85 (33.59% from 255 or 15.29% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDA55 is #0225AA. Grayscale: #D5D5D5. Windows color (decimal): -140715 or 5626621. OLE color: 5626621.
HSL color Cylindrical-coordinate representation of color #FDDA55: hue angle of 47.5º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDDA55 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 85 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.01 |
| HSL | 47.5º | 0.98% | 0.66% | - |
| HSV(B) | 47.5º | 0.66% | 0.99% | - |
| XYZ | 67.22 | 71.68 | 18.89 | - |
| YUV | 213.3 | 55.6 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 85 | 0 | 0.14 | 0.66 | 0.01 | 47.5 | 0.98 | 0.66 |
| Hex | FD | DA | 55 | 0 | E | 42 | 1 | 30 | 62 | 42 |
| Octal | 375 | 332 | 125 | 0 | 16 | 102 | 1 | 60 | 142 | 102 |
| Binary | 11111101 | 11011010 | 1010101 | 0 | 1110 | 1000010 | 1 | 110000 | 1100010 | 1000010 |
Color Harmonies of #FDDA55
Complementary color
Monochromatic Colors of #FDDA55
Black with #FDDA55
Text Example
Text Example
White with #FDDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA55; }
p { color: rgb(253,218,85); }
H1.HeaderClassName
{
color: #FDDA55;
}
.AnyTagClassName
{
color: #FDDA55;
}
</style>
background-color css
<style>
a { background-color: #FDDA55; }
a { background-color: rgb(253,218,85); }
div.DivClassName
{
background-color: #FDDA55;
}
.BgClassName
{
background-color: #FDDA55;
}
</style>
border-color css
<style>
span { border-color: #FDDA55; }
span { border-color: rgb(253,218,85); }
td.TdClassName
{
border-color: #FDDA55;
}
.TagClassName
{
border-color: #FDDA55;
}
</style>