Shades of Mustard #FDDB52
Tints of Mustard #FDDB52
RGB
CMYK
RGB Variations
Color information
#FDDB52 (or 0xFDDB52) is known color: Mustard. HEX triplet: FD, DB and 52. RGB value is (253,219,82). Sum of RGB (Red+Green+Blue) = 253+219+82=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 82 (32.42% from 255 or 14.80% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB52 is #0224AD. Grayscale: #D6D6D6. Windows color (decimal): -140462 or 5430269. OLE color: 5430269.
HSL color Cylindrical-coordinate representation of color #FDDB52: hue angle of 48.07º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDDB52 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 82 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.01 |
| HSL | 48.07º | 0.98% | 0.66% | - |
| HSV(B) | 48.07º | 0.68% | 0.99% | - |
| XYZ | 67.36 | 72.15 | 18.36 | - |
| YUV | 213.55 | 53.76 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 82 | 0 | 0.13 | 0.68 | 0.01 | 48.07 | 0.98 | 0.66 |
| Hex | FD | DB | 52 | 0 | D | 44 | 1 | 30 | 62 | 42 |
| Octal | 375 | 333 | 122 | 0 | 15 | 104 | 1 | 60 | 142 | 102 |
| Binary | 11111101 | 11011011 | 1010010 | 0 | 1101 | 1000100 | 1 | 110000 | 1100010 | 1000010 |
Color Harmonies of #FDDB52
Complementary color
Monochromatic Colors of #FDDB52
Black with #FDDB52
Text Example
Text Example
White with #FDDB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB52; }
p { color: rgb(253,219,82); }
H1.HeaderClassName
{
color: #FDDB52;
}
.AnyTagClassName
{
color: #FDDB52;
}
</style>
background-color css
<style>
a { background-color: #FDDB52; }
a { background-color: rgb(253,219,82); }
div.DivClassName
{
background-color: #FDDB52;
}
.BgClassName
{
background-color: #FDDB52;
}
</style>
border-color css
<style>
span { border-color: #FDDB52; }
span { border-color: rgb(253,219,82); }
td.TdClassName
{
border-color: #FDDB52;
}
.TagClassName
{
border-color: #FDDB52;
}
</style>