Shades of Mustard #FDDF58
Tints of Mustard #FDDF58
RGB
CMYK
RGB Variations
Color information
#FDDF58 (or 0xFDDF58) is known color: Mustard. HEX triplet: FD, DF and 58. RGB value is (253,223,88). Sum of RGB (Red+Green+Blue) = 253+223+88=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 88 (34.77% from 255 or 15.60% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF58 is #0220A7. Grayscale: #D9D9D9. Windows color (decimal): -139432 or 5824509. OLE color: 5824509.
HSL color Cylindrical-coordinate representation of color #FDDF58: hue angle of 49.09º 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 #FDDF58 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 88 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.01 |
| HSL | 49.09º | 0.98% | 0.67% | - |
| HSV(B) | 49.09º | 0.65% | 0.99% | - |
| XYZ | 68.66 | 74.36 | 19.97 | - |
| YUV | 216.58 | 55.44 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 88 | 0 | 0.12 | 0.65 | 0.01 | 49.09 | 0.98 | 0.67 |
| Hex | FD | DF | 58 | 0 | C | 41 | 1 | 31 | 62 | 43 |
| Octal | 375 | 337 | 130 | 0 | 14 | 101 | 1 | 61 | 142 | 103 |
| Binary | 11111101 | 11011111 | 1011000 | 0 | 1100 | 1000001 | 1 | 110001 | 1100010 | 1000011 |
Color Harmonies of #FDDF58
Complementary color
Monochromatic Colors of #FDDF58
Black with #FDDF58
Text Example
Text Example
White with #FDDF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF58; }
p { color: rgb(253,223,88); }
H1.HeaderClassName
{
color: #FDDF58;
}
.AnyTagClassName
{
color: #FDDF58;
}
</style>
background-color css
<style>
a { background-color: #FDDF58; }
a { background-color: rgb(253,223,88); }
div.DivClassName
{
background-color: #FDDF58;
}
.BgClassName
{
background-color: #FDDF58;
}
</style>
border-color css
<style>
span { border-color: #FDDF58; }
span { border-color: rgb(253,223,88); }
td.TdClassName
{
border-color: #FDDF58;
}
.TagClassName
{
border-color: #FDDF58;
}
</style>