Shades of Mustard #FDDA54
Tints of Mustard #FDDA54
RGB
CMYK
RGB Variations
Color information
#FDDA54 (or 0xFDDA54) is known color: Mustard. HEX triplet: FD, DA and 54. RGB value is (253,218,84). Sum of RGB (Red+Green+Blue) = 253+218+84=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 84 (33.20% from 255 or 15.14% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDA54 is #0225AB. Grayscale: #D5D5D5. Windows color (decimal): -140716 or 5561085. OLE color: 5561085.
HSL color Cylindrical-coordinate representation of color #FDDA54: hue angle of 47.57º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDDA54 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 84 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.01 |
| HSL | 47.57º | 0.98% | 0.66% | - |
| HSV(B) | 47.57º | 0.67% | 0.99% | - |
| XYZ | 67.18 | 71.67 | 18.68 | - |
| YUV | 213.19 | 55.1 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 84 | 0 | 0.14 | 0.67 | 0.01 | 47.57 | 0.98 | 0.66 |
| Hex | FD | DA | 54 | 0 | E | 43 | 1 | 30 | 62 | 42 |
| Octal | 375 | 332 | 124 | 0 | 16 | 103 | 1 | 60 | 142 | 102 |
| Binary | 11111101 | 11011010 | 1010100 | 0 | 1110 | 1000011 | 1 | 110000 | 1100010 | 1000010 |
Color Harmonies of #FDDA54
Complementary color
Monochromatic Colors of #FDDA54
Black with #FDDA54
Text Example
Text Example
White with #FDDA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA54; }
p { color: rgb(253,218,84); }
H1.HeaderClassName
{
color: #FDDA54;
}
.AnyTagClassName
{
color: #FDDA54;
}
</style>
background-color css
<style>
a { background-color: #FDDA54; }
a { background-color: rgb(253,218,84); }
div.DivClassName
{
background-color: #FDDA54;
}
.BgClassName
{
background-color: #FDDA54;
}
</style>
border-color css
<style>
span { border-color: #FDDA54; }
span { border-color: rgb(253,218,84); }
td.TdClassName
{
border-color: #FDDA54;
}
.TagClassName
{
border-color: #FDDA54;
}
</style>