Shades of Mustard #FDDC57
Tints of Mustard #FDDC57
RGB
CMYK
RGB Variations
Color information
#FDDC57 (or 0xFDDC57) is known color: Mustard. HEX triplet: FD, DC and 57. RGB value is (253,220,87). Sum of RGB (Red+Green+Blue) = 253+220+87=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 87 (34.38% from 255 or 15.54% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC57 is #0223A8. Grayscale: #D7D7D7. Windows color (decimal): -140201 or 5758205. OLE color: 5758205.
HSL color Cylindrical-coordinate representation of color #FDDC57: hue angle of 48.07º 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 #FDDC57 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 87 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.01 |
| HSL | 48.07º | 0.98% | 0.67% | - |
| HSV(B) | 48.07º | 0.66% | 0.99% | - |
| XYZ | 67.82 | 72.76 | 19.49 | - |
| YUV | 214.71 | 55.93 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 87 | 0 | 0.13 | 0.66 | 0.01 | 48.07 | 0.98 | 0.67 |
| Hex | FD | DC | 57 | 0 | D | 42 | 1 | 30 | 62 | 43 |
| Octal | 375 | 334 | 127 | 0 | 15 | 102 | 1 | 60 | 142 | 103 |
| Binary | 11111101 | 11011100 | 1010111 | 0 | 1101 | 1000010 | 1 | 110000 | 1100010 | 1000011 |
Color Harmonies of #FDDC57
Complementary color
Monochromatic Colors of #FDDC57
Black with #FDDC57
Text Example
Text Example
White with #FDDC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC57; }
p { color: rgb(253,220,87); }
H1.HeaderClassName
{
color: #FDDC57;
}
.AnyTagClassName
{
color: #FDDC57;
}
</style>
background-color css
<style>
a { background-color: #FDDC57; }
a { background-color: rgb(253,220,87); }
div.DivClassName
{
background-color: #FDDC57;
}
.BgClassName
{
background-color: #FDDC57;
}
</style>
border-color css
<style>
span { border-color: #FDDC57; }
span { border-color: rgb(253,220,87); }
td.TdClassName
{
border-color: #FDDC57;
}
.TagClassName
{
border-color: #FDDC57;
}
</style>