Shades of Mustard #FDDF5E
Tints of Mustard #FDDF5E
RGB
CMYK
RGB Variations
Color information
#FDDF5E (or 0xFDDF5E) is known color: Mustard. HEX triplet: FD, DF and 5E. RGB value is (253,223,94). Sum of RGB (Red+Green+Blue) = 253+223+94=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 94 (37.11% from 255 or 16.49% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF5E is #0220A1. Grayscale: #D9D9D9. Windows color (decimal): -139426 or 6217725. OLE color: 6217725.
HSL color Cylindrical-coordinate representation of color #FDDF5E: hue angle of 48.68º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDDF5E is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 94 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.01 |
| HSL | 48.68º | 0.98% | 0.68% | - |
| HSV(B) | 48.68º | 0.63% | 0.99% | - |
| XYZ | 68.92 | 74.47 | 21.33 | - |
| YUV | 217.26 | 58.44 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 94 | 0 | 0.12 | 0.63 | 0.01 | 48.68 | 0.98 | 0.68 |
| Hex | FD | DF | 5E | 0 | C | 3F | 1 | 31 | 62 | 44 |
| Octal | 375 | 337 | 136 | 0 | 14 | 77 | 1 | 61 | 142 | 104 |
| Binary | 11111101 | 11011111 | 1011110 | 0 | 1100 | 111111 | 1 | 110001 | 1100010 | 1000100 |
Color Harmonies of #FDDF5E
Complementary color
Monochromatic Colors of #FDDF5E
Black with #FDDF5E
Text Example
Text Example
White with #FDDF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF5E; }
p { color: rgb(253,223,94); }
H1.HeaderClassName
{
color: #FDDF5E;
}
.AnyTagClassName
{
color: #FDDF5E;
}
</style>
background-color css
<style>
a { background-color: #FDDF5E; }
a { background-color: rgb(253,223,94); }
div.DivClassName
{
background-color: #FDDF5E;
}
.BgClassName
{
background-color: #FDDF5E;
}
</style>
border-color css
<style>
span { border-color: #FDDF5E; }
span { border-color: rgb(253,223,94); }
td.TdClassName
{
border-color: #FDDF5E;
}
.TagClassName
{
border-color: #FDDF5E;
}
</style>