Shades of Mustard #FDD954
Tints of Mustard #FDD954
RGB
CMYK
RGB Variations
Color information
#FDD954 (or 0xFDD954) is known color: Mustard. HEX triplet: FD, D9 and 54. RGB value is (253,217,84). Sum of RGB (Red+Green+Blue) = 253+217+84=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 84 (33.20% from 255 or 15.16% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD954 is #0226AB. Grayscale: #D5D5D5. Windows color (decimal): -140972 or 5560829. OLE color: 5560829.
HSL color Cylindrical-coordinate representation of color #FDD954: hue angle of 47.22º 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 #FDD954 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 84 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.01 |
| HSL | 47.22º | 0.98% | 0.66% | - |
| HSV(B) | 47.22º | 0.67% | 0.99% | - |
| XYZ | 66.92 | 71.15 | 18.59 | - |
| YUV | 212.6 | 55.43 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 84 | 0 | 0.14 | 0.67 | 0.01 | 47.22 | 0.98 | 0.66 |
| Hex | FD | D9 | 54 | 0 | E | 43 | 1 | 2F | 62 | 42 |
| Octal | 375 | 331 | 124 | 0 | 16 | 103 | 1 | 57 | 142 | 102 |
| Binary | 11111101 | 11011001 | 1010100 | 0 | 1110 | 1000011 | 1 | 101111 | 1100010 | 1000010 |
Color Harmonies of #FDD954
Complementary color
Monochromatic Colors of #FDD954
Black with #FDD954
Text Example
Text Example
White with #FDD954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD954; }
p { color: rgb(253,217,84); }
H1.HeaderClassName
{
color: #FDD954;
}
.AnyTagClassName
{
color: #FDD954;
}
</style>
background-color css
<style>
a { background-color: #FDD954; }
a { background-color: rgb(253,217,84); }
div.DivClassName
{
background-color: #FDD954;
}
.BgClassName
{
background-color: #FDD954;
}
</style>
border-color css
<style>
span { border-color: #FDD954; }
span { border-color: rgb(253,217,84); }
td.TdClassName
{
border-color: #FDD954;
}
.TagClassName
{
border-color: #FDD954;
}
</style>