Shades of Mustard #FDD957
Tints of Mustard #FDD957
RGB
CMYK
RGB Variations
Color information
#FDD957 (or 0xFDD957) is known color: Mustard. HEX triplet: FD, D9 and 57. RGB value is (253,217,87). Sum of RGB (Red+Green+Blue) = 253+217+87=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 87 (34.38% from 255 or 15.62% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD957 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD957 is #0226A8. Grayscale: #D5D5D5. Windows color (decimal): -140969 or 5757437. OLE color: 5757437.
HSL color Cylindrical-coordinate representation of color #FDD957: hue angle of 46.99º 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 #FDD957 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 87 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.01 |
| HSL | 46.99º | 0.98% | 0.67% | - |
| HSV(B) | 46.99º | 0.66% | 0.99% | - |
| XYZ | 67.04 | 71.2 | 19.23 | - |
| YUV | 212.94 | 56.93 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 87 | 0 | 0.14 | 0.66 | 0.01 | 46.99 | 0.98 | 0.67 |
| Hex | FD | D9 | 57 | 0 | E | 42 | 1 | 2F | 62 | 43 |
| Octal | 375 | 331 | 127 | 0 | 16 | 102 | 1 | 57 | 142 | 103 |
| Binary | 11111101 | 11011001 | 1010111 | 0 | 1110 | 1000010 | 1 | 101111 | 1100010 | 1000011 |
Color Harmonies of #FDD957
Complementary color
Monochromatic Colors of #FDD957
Black with #FDD957
Text Example
Text Example
White with #FDD957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD957; }
p { color: rgb(253,217,87); }
H1.HeaderClassName
{
color: #FDD957;
}
.AnyTagClassName
{
color: #FDD957;
}
</style>
background-color css
<style>
a { background-color: #FDD957; }
a { background-color: rgb(253,217,87); }
div.DivClassName
{
background-color: #FDD957;
}
.BgClassName
{
background-color: #FDD957;
}
</style>
border-color css
<style>
span { border-color: #FDD957; }
span { border-color: rgb(253,217,87); }
td.TdClassName
{
border-color: #FDD957;
}
.TagClassName
{
border-color: #FDD957;
}
</style>