Shades of Mustard #FDDF54
Tints of Mustard #FDDF54
RGB
CMYK
RGB Variations
Color information
#FDDF54 (or 0xFDDF54) is known color: Mustard. HEX triplet: FD, DF and 54. RGB value is (253,223,84). Sum of RGB (Red+Green+Blue) = 253+223+84=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 84 (33.20% from 255 or 15% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF54 is #0220AB. Grayscale: #D8D8D8. Windows color (decimal): -139436 or 5562365. OLE color: 5562365.
HSL color Cylindrical-coordinate representation of color #FDDF54: hue angle of 49.35º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDDF54 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 84 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.01 |
| HSL | 49.35º | 0.98% | 0.66% | - |
| HSV(B) | 49.35º | 0.67% | 0.99% | - |
| XYZ | 68.5 | 74.3 | 19.12 | - |
| YUV | 216.12 | 53.44 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 84 | 0 | 0.12 | 0.67 | 0.01 | 49.35 | 0.98 | 0.66 |
| Hex | FD | DF | 54 | 0 | C | 43 | 1 | 31 | 62 | 42 |
| Octal | 375 | 337 | 124 | 0 | 14 | 103 | 1 | 61 | 142 | 102 |
| Binary | 11111101 | 11011111 | 1010100 | 0 | 1100 | 1000011 | 1 | 110001 | 1100010 | 1000010 |
Color Harmonies of #FDDF54
Complementary color
Monochromatic Colors of #FDDF54
Black with #FDDF54
Text Example
Text Example
White with #FDDF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF54; }
p { color: rgb(253,223,84); }
H1.HeaderClassName
{
color: #FDDF54;
}
.AnyTagClassName
{
color: #FDDF54;
}
</style>
background-color css
<style>
a { background-color: #FDDF54; }
a { background-color: rgb(253,223,84); }
div.DivClassName
{
background-color: #FDDF54;
}
.BgClassName
{
background-color: #FDDF54;
}
</style>
border-color css
<style>
span { border-color: #FDDF54; }
span { border-color: rgb(253,223,84); }
td.TdClassName
{
border-color: #FDDF54;
}
.TagClassName
{
border-color: #FDDF54;
}
</style>