Shades of Mustard #FDDD51
Tints of Mustard #FDDD51
RGB
CMYK
RGB Variations
Color information
#FDDD51 (or 0xFDDD51) is known color: Mustard. HEX triplet: FD, DD and 51. RGB value is (253,221,81). Sum of RGB (Red+Green+Blue) = 253+221+81=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 81 (32.03% from 255 or 14.59% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD51 is #0222AE. Grayscale: #D7D7D7. Windows color (decimal): -139951 or 5365245. OLE color: 5365245.
HSL color Cylindrical-coordinate representation of color #FDDD51: hue angle of 48.84º 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 #FDDD51 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 81 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.01 |
| HSL | 48.84º | 0.98% | 0.65% | - |
| HSV(B) | 48.84º | 0.68% | 0.99% | - |
| XYZ | 67.85 | 73.19 | 18.34 | - |
| YUV | 214.61 | 52.6 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 81 | 0 | 0.13 | 0.68 | 0.01 | 48.84 | 0.98 | 0.65 |
| Hex | FD | DD | 51 | 0 | D | 44 | 1 | 31 | 62 | 41 |
| Octal | 375 | 335 | 121 | 0 | 15 | 104 | 1 | 61 | 142 | 101 |
| Binary | 11111101 | 11011101 | 1010001 | 0 | 1101 | 1000100 | 1 | 110001 | 1100010 | 1000001 |
Color Harmonies of #FDDD51
Complementary color
Monochromatic Colors of #FDDD51
Black with #FDDD51
Text Example
Text Example
White with #FDDD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD51; }
p { color: rgb(253,221,81); }
H1.HeaderClassName
{
color: #FDDD51;
}
.AnyTagClassName
{
color: #FDDD51;
}
</style>
background-color css
<style>
a { background-color: #FDDD51; }
a { background-color: rgb(253,221,81); }
div.DivClassName
{
background-color: #FDDD51;
}
.BgClassName
{
background-color: #FDDD51;
}
</style>
border-color css
<style>
span { border-color: #FDDD51; }
span { border-color: rgb(253,221,81); }
td.TdClassName
{
border-color: #FDDD51;
}
.TagClassName
{
border-color: #FDDD51;
}
</style>