Shades of Mustard #FDDF50
Tints of Mustard #FDDF50
RGB
CMYK
RGB Variations
Color information
#FDDF50 (or 0xFDDF50) is known color: Mustard. HEX triplet: FD, DF and 50. RGB value is (253,223,80). Sum of RGB (Red+Green+Blue) = 253+223+80=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 80 (31.64% from 255 or 14.39% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF50 is #0220AF. Grayscale: #D8D8D8. Windows color (decimal): -139440 or 5300221. OLE color: 5300221.
HSL color Cylindrical-coordinate representation of color #FDDF50: hue angle of 49.6º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDDF50 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 80 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.01 |
| HSL | 49.6º | 0.98% | 0.65% | - |
| HSV(B) | 49.6º | 0.68% | 0.99% | - |
| XYZ | 68.34 | 74.24 | 18.32 | - |
| YUV | 215.67 | 51.44 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 80 | 0 | 0.12 | 0.68 | 0.01 | 49.6 | 0.98 | 0.65 |
| Hex | FD | DF | 50 | 0 | C | 44 | 1 | 32 | 62 | 41 |
| Octal | 375 | 337 | 120 | 0 | 14 | 104 | 1 | 62 | 142 | 101 |
| Binary | 11111101 | 11011111 | 1010000 | 0 | 1100 | 1000100 | 1 | 110010 | 1100010 | 1000001 |
Color Harmonies of #FDDF50
Complementary color
Monochromatic Colors of #FDDF50
Black with #FDDF50
Text Example
Text Example
White with #FDDF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF50; }
p { color: rgb(253,223,80); }
H1.HeaderClassName
{
color: #FDDF50;
}
.AnyTagClassName
{
color: #FDDF50;
}
</style>
background-color css
<style>
a { background-color: #FDDF50; }
a { background-color: rgb(253,223,80); }
div.DivClassName
{
background-color: #FDDF50;
}
.BgClassName
{
background-color: #FDDF50;
}
</style>
border-color css
<style>
span { border-color: #FDDF50; }
span { border-color: rgb(253,223,80); }
td.TdClassName
{
border-color: #FDDF50;
}
.TagClassName
{
border-color: #FDDF50;
}
</style>