Shades of Mustard #FDDC58
Tints of Mustard #FDDC58
RGB
CMYK
RGB Variations
Color information
#FDDC58 (or 0xFDDC58) is known color: Mustard. HEX triplet: FD, DC and 58. RGB value is (253,220,88). Sum of RGB (Red+Green+Blue) = 253+220+88=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 88 (34.77% from 255 or 15.69% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC58 is #0223A7. Grayscale: #D7D7D7. Windows color (decimal): -140200 or 5823741. OLE color: 5823741.
HSL color Cylindrical-coordinate representation of color #FDDC58: hue angle of 48º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDDC58 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 88 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.01 |
| HSL | 48º | 0.98% | 0.67% | - |
| HSV(B) | 48º | 0.65% | 0.99% | - |
| XYZ | 67.86 | 72.77 | 19.7 | - |
| YUV | 214.82 | 56.43 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 88 | 0 | 0.13 | 0.65 | 0.01 | 48 | 0.98 | 0.67 |
| Hex | FD | DC | 58 | 0 | D | 41 | 1 | 30 | 62 | 43 |
| Octal | 375 | 334 | 130 | 0 | 15 | 101 | 1 | 60 | 142 | 103 |
| Binary | 11111101 | 11011100 | 1011000 | 0 | 1101 | 1000001 | 1 | 110000 | 1100010 | 1000011 |
Color Harmonies of #FDDC58
Complementary color
Monochromatic Colors of #FDDC58
Black with #FDDC58
Text Example
Text Example
White with #FDDC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC58; }
p { color: rgb(253,220,88); }
H1.HeaderClassName
{
color: #FDDC58;
}
.AnyTagClassName
{
color: #FDDC58;
}
</style>
background-color css
<style>
a { background-color: #FDDC58; }
a { background-color: rgb(253,220,88); }
div.DivClassName
{
background-color: #FDDC58;
}
.BgClassName
{
background-color: #FDDC58;
}
</style>
border-color css
<style>
span { border-color: #FDDC58; }
span { border-color: rgb(253,220,88); }
td.TdClassName
{
border-color: #FDDC58;
}
.TagClassName
{
border-color: #FDDC58;
}
</style>