Shades of Mustard #FDDB54
Tints of Mustard #FDDB54
RGB
CMYK
RGB Variations
Color information
#FDDB54 (or 0xFDDB54) is known color: Mustard. HEX triplet: FD, DB and 54. RGB value is (253,219,84). Sum of RGB (Red+Green+Blue) = 253+219+84=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 84 (33.20% from 255 or 15.11% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB54 is #0224AB. Grayscale: #D6D6D6. Windows color (decimal): -140460 or 5561341. OLE color: 5561341.
HSL color Cylindrical-coordinate representation of color #FDDB54: hue angle of 47.93º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDDB54 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 84 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.01 |
| HSL | 47.93º | 0.98% | 0.66% | - |
| HSV(B) | 47.93º | 0.67% | 0.99% | - |
| XYZ | 67.44 | 72.19 | 18.77 | - |
| YUV | 213.78 | 54.76 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 84 | 0 | 0.13 | 0.67 | 0.01 | 47.93 | 0.98 | 0.66 |
| Hex | FD | DB | 54 | 0 | D | 43 | 1 | 30 | 62 | 42 |
| Octal | 375 | 333 | 124 | 0 | 15 | 103 | 1 | 60 | 142 | 102 |
| Binary | 11111101 | 11011011 | 1010100 | 0 | 1101 | 1000011 | 1 | 110000 | 1100010 | 1000010 |
Color Harmonies of #FDDB54
Complementary color
Monochromatic Colors of #FDDB54
Black with #FDDB54
Text Example
Text Example
White with #FDDB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB54; }
p { color: rgb(253,219,84); }
H1.HeaderClassName
{
color: #FDDB54;
}
.AnyTagClassName
{
color: #FDDB54;
}
</style>
background-color css
<style>
a { background-color: #FDDB54; }
a { background-color: rgb(253,219,84); }
div.DivClassName
{
background-color: #FDDB54;
}
.BgClassName
{
background-color: #FDDB54;
}
</style>
border-color css
<style>
span { border-color: #FDDB54; }
span { border-color: rgb(253,219,84); }
td.TdClassName
{
border-color: #FDDB54;
}
.TagClassName
{
border-color: #FDDB54;
}
</style>