Shades of Mustard #FDDD58
Tints of Mustard #FDDD58
RGB
CMYK
RGB Variations
Color information
#FDDD58 (or 0xFDDD58) is known color: Mustard. HEX triplet: FD, DD and 58. RGB value is (253,221,88). Sum of RGB (Red+Green+Blue) = 253+221+88=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 88 (34.77% from 255 or 15.66% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD58 is #0222A7. Grayscale: #D7D7D7. Windows color (decimal): -139944 or 5823997. OLE color: 5823997.
HSL color Cylindrical-coordinate representation of color #FDDD58: hue angle of 48.36º 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 #FDDD58 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 88 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.01 |
| HSL | 48.36º | 0.98% | 0.67% | - |
| HSV(B) | 48.36º | 0.65% | 0.99% | - |
| XYZ | 68.13 | 73.3 | 19.79 | - |
| YUV | 215.41 | 56.1 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 88 | 0 | 0.13 | 0.65 | 0.01 | 48.36 | 0.98 | 0.67 |
| Hex | FD | DD | 58 | 0 | D | 41 | 1 | 30 | 62 | 43 |
| Octal | 375 | 335 | 130 | 0 | 15 | 101 | 1 | 60 | 142 | 103 |
| Binary | 11111101 | 11011101 | 1011000 | 0 | 1101 | 1000001 | 1 | 110000 | 1100010 | 1000011 |
Color Harmonies of #FDDD58
Complementary color
Monochromatic Colors of #FDDD58
Black with #FDDD58
Text Example
Text Example
White with #FDDD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD58; }
p { color: rgb(253,221,88); }
H1.HeaderClassName
{
color: #FDDD58;
}
.AnyTagClassName
{
color: #FDDD58;
}
</style>
background-color css
<style>
a { background-color: #FDDD58; }
a { background-color: rgb(253,221,88); }
div.DivClassName
{
background-color: #FDDD58;
}
.BgClassName
{
background-color: #FDDD58;
}
</style>
border-color css
<style>
span { border-color: #FDDD58; }
span { border-color: rgb(253,221,88); }
td.TdClassName
{
border-color: #FDDD58;
}
.TagClassName
{
border-color: #FDDD58;
}
</style>