Shades of Mustard #FDDB51
Tints of Mustard #FDDB51
RGB
CMYK
RGB Variations
Color information
#FDDB51 (or 0xFDDB51) is known color: Mustard. HEX triplet: FD, DB and 51. RGB value is (253,219,81). Sum of RGB (Red+Green+Blue) = 253+219+81=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 81 (32.03% from 255 or 14.65% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB51 is #0224AE. Grayscale: #D6D6D6. Windows color (decimal): -140463 or 5364733. OLE color: 5364733.
HSL color Cylindrical-coordinate representation of color #FDDB51: hue angle of 48.14º 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 #FDDB51 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 81 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.01 |
| HSL | 48.14º | 0.98% | 0.65% | - |
| HSV(B) | 48.14º | 0.68% | 0.99% | - |
| XYZ | 67.32 | 72.14 | 18.16 | - |
| YUV | 213.43 | 53.26 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 81 | 0 | 0.13 | 0.68 | 0.01 | 48.14 | 0.98 | 0.65 |
| Hex | FD | DB | 51 | 0 | D | 44 | 1 | 30 | 62 | 41 |
| Octal | 375 | 333 | 121 | 0 | 15 | 104 | 1 | 60 | 142 | 101 |
| Binary | 11111101 | 11011011 | 1010001 | 0 | 1101 | 1000100 | 1 | 110000 | 1100010 | 1000001 |
Color Harmonies of #FDDB51
Complementary color
Monochromatic Colors of #FDDB51
Black with #FDDB51
Text Example
Text Example
White with #FDDB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB51; }
p { color: rgb(253,219,81); }
H1.HeaderClassName
{
color: #FDDB51;
}
.AnyTagClassName
{
color: #FDDB51;
}
</style>
background-color css
<style>
a { background-color: #FDDB51; }
a { background-color: rgb(253,219,81); }
div.DivClassName
{
background-color: #FDDB51;
}
.BgClassName
{
background-color: #FDDB51;
}
</style>
border-color css
<style>
span { border-color: #FDDB51; }
span { border-color: rgb(253,219,81); }
td.TdClassName
{
border-color: #FDDB51;
}
.TagClassName
{
border-color: #FDDB51;
}
</style>