Shades of Mustard #FDDF56
Tints of Mustard #FDDF56
RGB
CMYK
RGB Variations
Color information
#FDDF56 (or 0xFDDF56) is known color: Mustard. HEX triplet: FD, DF and 56. RGB value is (253,223,86). Sum of RGB (Red+Green+Blue) = 253+223+86=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 86 (33.98% from 255 or 15.30% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF56 is #0220A9. Grayscale: #D8D8D8. Windows color (decimal): -139434 or 5693437. OLE color: 5693437.
HSL color Cylindrical-coordinate representation of color #FDDF56: hue angle of 49.22º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDDF56 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 86 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.01 |
| HSL | 49.22º | 0.98% | 0.66% | - |
| HSV(B) | 49.22º | 0.66% | 0.99% | - |
| XYZ | 68.58 | 74.33 | 19.54 | - |
| YUV | 216.35 | 54.44 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 86 | 0 | 0.12 | 0.66 | 0.01 | 49.22 | 0.98 | 0.66 |
| Hex | FD | DF | 56 | 0 | C | 42 | 1 | 31 | 62 | 42 |
| Octal | 375 | 337 | 126 | 0 | 14 | 102 | 1 | 61 | 142 | 102 |
| Binary | 11111101 | 11011111 | 1010110 | 0 | 1100 | 1000010 | 1 | 110001 | 1100010 | 1000010 |
Color Harmonies of #FDDF56
Complementary color
Monochromatic Colors of #FDDF56
Black with #FDDF56
Text Example
Text Example
White with #FDDF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF56; }
p { color: rgb(253,223,86); }
H1.HeaderClassName
{
color: #FDDF56;
}
.AnyTagClassName
{
color: #FDDF56;
}
</style>
background-color css
<style>
a { background-color: #FDDF56; }
a { background-color: rgb(253,223,86); }
div.DivClassName
{
background-color: #FDDF56;
}
.BgClassName
{
background-color: #FDDF56;
}
</style>
border-color css
<style>
span { border-color: #FDDF56; }
span { border-color: rgb(253,223,86); }
td.TdClassName
{
border-color: #FDDF56;
}
.TagClassName
{
border-color: #FDDF56;
}
</style>