Shades of Mustard #FDDA50
Tints of Mustard #FDDA50
RGB
CMYK
RGB Variations
Color information
#FDDA50 (or 0xFDDA50) is known color: Mustard. HEX triplet: FD, DA and 50. RGB value is (253,218,80). Sum of RGB (Red+Green+Blue) = 253+218+80=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 80 (31.64% from 255 or 14.52% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDA50 is #0225AF. Grayscale: #D5D5D5. Windows color (decimal): -140720 or 5298941. OLE color: 5298941.
HSL color Cylindrical-coordinate representation of color #FDDA50: hue angle of 47.86º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDDA50 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 80 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.01 |
| HSL | 47.86º | 0.98% | 0.65% | - |
| HSV(B) | 47.86º | 0.68% | 0.99% | - |
| XYZ | 67.03 | 71.6 | 17.88 | - |
| YUV | 212.73 | 53.1 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 80 | 0 | 0.14 | 0.68 | 0.01 | 47.86 | 0.98 | 0.65 |
| Hex | FD | DA | 50 | 0 | E | 44 | 1 | 30 | 62 | 41 |
| Octal | 375 | 332 | 120 | 0 | 16 | 104 | 1 | 60 | 142 | 101 |
| Binary | 11111101 | 11011010 | 1010000 | 0 | 1110 | 1000100 | 1 | 110000 | 1100010 | 1000001 |
Color Harmonies of #FDDA50
Complementary color
Monochromatic Colors of #FDDA50
Black with #FDDA50
Text Example
Text Example
White with #FDDA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA50; }
p { color: rgb(253,218,80); }
H1.HeaderClassName
{
color: #FDDA50;
}
.AnyTagClassName
{
color: #FDDA50;
}
</style>
background-color css
<style>
a { background-color: #FDDA50; }
a { background-color: rgb(253,218,80); }
div.DivClassName
{
background-color: #FDDA50;
}
.BgClassName
{
background-color: #FDDA50;
}
</style>
border-color css
<style>
span { border-color: #FDDA50; }
span { border-color: rgb(253,218,80); }
td.TdClassName
{
border-color: #FDDA50;
}
.TagClassName
{
border-color: #FDDA50;
}
</style>