Shades of Mustard #FDDB55
Tints of Mustard #FDDB55
RGB
CMYK
RGB Variations
Color information
#FDDB55 (or 0xFDDB55) is known color: Mustard. HEX triplet: FD, DB and 55. RGB value is (253,219,85). Sum of RGB (Red+Green+Blue) = 253+219+85=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 85 (33.59% from 255 or 15.26% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB55 is #0224AA. Grayscale: #D6D6D6. Windows color (decimal): -140459 or 5626877. OLE color: 5626877.
HSL color Cylindrical-coordinate representation of color #FDDB55: hue angle of 47.86º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDDB55 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 85 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.01 |
| HSL | 47.86º | 0.98% | 0.66% | - |
| HSV(B) | 47.86º | 0.66% | 0.99% | - |
| XYZ | 67.48 | 72.2 | 18.97 | - |
| YUV | 213.89 | 55.26 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 85 | 0 | 0.13 | 0.66 | 0.01 | 47.86 | 0.98 | 0.66 |
| Hex | FD | DB | 55 | 0 | D | 42 | 1 | 30 | 62 | 42 |
| Octal | 375 | 333 | 125 | 0 | 15 | 102 | 1 | 60 | 142 | 102 |
| Binary | 11111101 | 11011011 | 1010101 | 0 | 1101 | 1000010 | 1 | 110000 | 1100010 | 1000010 |
Color Harmonies of #FDDB55
Complementary color
Monochromatic Colors of #FDDB55
Black with #FDDB55
Text Example
Text Example
White with #FDDB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB55; }
p { color: rgb(253,219,85); }
H1.HeaderClassName
{
color: #FDDB55;
}
.AnyTagClassName
{
color: #FDDB55;
}
</style>
background-color css
<style>
a { background-color: #FDDB55; }
a { background-color: rgb(253,219,85); }
div.DivClassName
{
background-color: #FDDB55;
}
.BgClassName
{
background-color: #FDDB55;
}
</style>
border-color css
<style>
span { border-color: #FDDB55; }
span { border-color: rgb(253,219,85); }
td.TdClassName
{
border-color: #FDDB55;
}
.TagClassName
{
border-color: #FDDB55;
}
</style>