Shades of Mustard #FDDB57
Tints of Mustard #FDDB57
RGB
CMYK
RGB Variations
Color information
#FDDB57 (or 0xFDDB57) is known color: Mustard. HEX triplet: FD, DB and 57. RGB value is (253,219,87). Sum of RGB (Red+Green+Blue) = 253+219+87=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 87 (34.38% from 255 or 15.56% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB57 is #0224A8. Grayscale: #D6D6D6. Windows color (decimal): -140457 or 5757949. OLE color: 5757949.
HSL color Cylindrical-coordinate representation of color #FDDB57: hue angle of 47.71º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDDB57 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 87 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.01 |
| HSL | 47.71º | 0.98% | 0.67% | - |
| HSV(B) | 47.71º | 0.66% | 0.99% | - |
| XYZ | 67.56 | 72.23 | 19.4 | - |
| YUV | 214.12 | 56.26 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 87 | 0 | 0.13 | 0.66 | 0.01 | 47.71 | 0.98 | 0.67 |
| Hex | FD | DB | 57 | 0 | D | 42 | 1 | 30 | 62 | 43 |
| Octal | 375 | 333 | 127 | 0 | 15 | 102 | 1 | 60 | 142 | 103 |
| Binary | 11111101 | 11011011 | 1010111 | 0 | 1101 | 1000010 | 1 | 110000 | 1100010 | 1000011 |
Color Harmonies of #FDDB57
Complementary color
Monochromatic Colors of #FDDB57
Black with #FDDB57
Text Example
Text Example
White with #FDDB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB57; }
p { color: rgb(253,219,87); }
H1.HeaderClassName
{
color: #FDDB57;
}
.AnyTagClassName
{
color: #FDDB57;
}
</style>
background-color css
<style>
a { background-color: #FDDB57; }
a { background-color: rgb(253,219,87); }
div.DivClassName
{
background-color: #FDDB57;
}
.BgClassName
{
background-color: #FDDB57;
}
</style>
border-color css
<style>
span { border-color: #FDDB57; }
span { border-color: rgb(253,219,87); }
td.TdClassName
{
border-color: #FDDB57;
}
.TagClassName
{
border-color: #FDDB57;
}
</style>