Shades of Mustard #FDD854
Tints of Mustard #FDD854
RGB
CMYK
RGB Variations
Color information
#FDD854 (or 0xFDD854) is known color: Mustard. HEX triplet: FD, D8 and 54. RGB value is (253,216,84). Sum of RGB (Red+Green+Blue) = 253+216+84=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 84 (33.20% from 255 or 15.19% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD854 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD854 is #0227AB. Grayscale: #D4D4D4. Windows color (decimal): -141228 or 5560573. OLE color: 5560573.
HSL color Cylindrical-coordinate representation of color #FDD854: hue angle of 46.86º 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 #FDD854 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 84 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.01 |
| HSL | 46.86º | 0.98% | 0.66% | - |
| HSV(B) | 46.86º | 0.67% | 0.99% | - |
| XYZ | 66.66 | 70.63 | 18.51 | - |
| YUV | 212.02 | 55.76 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 84 | 0 | 0.15 | 0.67 | 0.01 | 46.86 | 0.98 | 0.66 |
| Hex | FD | D8 | 54 | 0 | F | 43 | 1 | 2F | 62 | 42 |
| Octal | 375 | 330 | 124 | 0 | 17 | 103 | 1 | 57 | 142 | 102 |
| Binary | 11111101 | 11011000 | 1010100 | 0 | 1111 | 1000011 | 1 | 101111 | 1100010 | 1000010 |
Color Harmonies of #FDD854
Complementary color
Monochromatic Colors of #FDD854
Black with #FDD854
Text Example
Text Example
White with #FDD854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD854; }
p { color: rgb(253,216,84); }
H1.HeaderClassName
{
color: #FDD854;
}
.AnyTagClassName
{
color: #FDD854;
}
</style>
background-color css
<style>
a { background-color: #FDD854; }
a { background-color: rgb(253,216,84); }
div.DivClassName
{
background-color: #FDD854;
}
.BgClassName
{
background-color: #FDD854;
}
</style>
border-color css
<style>
span { border-color: #FDD854; }
span { border-color: rgb(253,216,84); }
td.TdClassName
{
border-color: #FDD854;
}
.TagClassName
{
border-color: #FDD854;
}
</style>