Shades of Mustard #FDDF51
Tints of Mustard #FDDF51
RGB
CMYK
RGB Variations
Color information
#FDDF51 (or 0xFDDF51) is known color: Mustard. HEX triplet: FD, DF and 51. RGB value is (253,223,81). Sum of RGB (Red+Green+Blue) = 253+223+81=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 81 (32.03% from 255 or 14.54% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF51 is #0220AE. Grayscale: #D8D8D8. Windows color (decimal): -139439 or 5365757. OLE color: 5365757.
HSL color Cylindrical-coordinate representation of color #FDDF51: hue angle of 49.53º 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 #FDDF51 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 81 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.01 |
| HSL | 49.53º | 0.98% | 0.65% | - |
| HSV(B) | 49.53º | 0.68% | 0.99% | - |
| XYZ | 68.38 | 74.25 | 18.51 | - |
| YUV | 215.78 | 51.94 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 81 | 0 | 0.12 | 0.68 | 0.01 | 49.53 | 0.98 | 0.65 |
| Hex | FD | DF | 51 | 0 | C | 44 | 1 | 32 | 62 | 41 |
| Octal | 375 | 337 | 121 | 0 | 14 | 104 | 1 | 62 | 142 | 101 |
| Binary | 11111101 | 11011111 | 1010001 | 0 | 1100 | 1000100 | 1 | 110010 | 1100010 | 1000001 |
Color Harmonies of #FDDF51
Complementary color
Monochromatic Colors of #FDDF51
Black with #FDDF51
Text Example
Text Example
White with #FDDF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF51; }
p { color: rgb(253,223,81); }
H1.HeaderClassName
{
color: #FDDF51;
}
.AnyTagClassName
{
color: #FDDF51;
}
</style>
background-color css
<style>
a { background-color: #FDDF51; }
a { background-color: rgb(253,223,81); }
div.DivClassName
{
background-color: #FDDF51;
}
.BgClassName
{
background-color: #FDDF51;
}
</style>
border-color css
<style>
span { border-color: #FDDF51; }
span { border-color: rgb(253,223,81); }
td.TdClassName
{
border-color: #FDDF51;
}
.TagClassName
{
border-color: #FDDF51;
}
</style>