Shades of Mustard #FDDC51
Tints of Mustard #FDDC51
RGB
CMYK
RGB Variations
Color information
#FDDC51 (or 0xFDDC51) is known color: Mustard. HEX triplet: FD, DC and 51. RGB value is (253,220,81). Sum of RGB (Red+Green+Blue) = 253+220+81=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 81 (32.03% from 255 or 14.62% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC51 is #0223AE. Grayscale: #D6D6D6. Windows color (decimal): -140207 or 5364989. OLE color: 5364989.
HSL color Cylindrical-coordinate representation of color #FDDC51: hue angle of 48.49º 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 #FDDC51 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 81 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.01 |
| HSL | 48.49º | 0.98% | 0.65% | - |
| HSV(B) | 48.49º | 0.68% | 0.99% | - |
| XYZ | 67.59 | 72.66 | 18.25 | - |
| YUV | 214.02 | 52.93 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 81 | 0 | 0.13 | 0.68 | 0.01 | 48.49 | 0.98 | 0.65 |
| Hex | FD | DC | 51 | 0 | D | 44 | 1 | 30 | 62 | 41 |
| Octal | 375 | 334 | 121 | 0 | 15 | 104 | 1 | 60 | 142 | 101 |
| Binary | 11111101 | 11011100 | 1010001 | 0 | 1101 | 1000100 | 1 | 110000 | 1100010 | 1000001 |
Color Harmonies of #FDDC51
Complementary color
Monochromatic Colors of #FDDC51
Black with #FDDC51
Text Example
Text Example
White with #FDDC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC51; }
p { color: rgb(253,220,81); }
H1.HeaderClassName
{
color: #FDDC51;
}
.AnyTagClassName
{
color: #FDDC51;
}
</style>
background-color css
<style>
a { background-color: #FDDC51; }
a { background-color: rgb(253,220,81); }
div.DivClassName
{
background-color: #FDDC51;
}
.BgClassName
{
background-color: #FDDC51;
}
</style>
border-color css
<style>
span { border-color: #FDDC51; }
span { border-color: rgb(253,220,81); }
td.TdClassName
{
border-color: #FDDC51;
}
.TagClassName
{
border-color: #FDDC51;
}
</style>