Shades of Mustard #FDD851
Tints of Mustard #FDD851
RGB
CMYK
RGB Variations
Color information
#FDD851 (or 0xFDD851) is known color: Mustard. HEX triplet: FD, D8 and 51. RGB value is (253,216,81). Sum of RGB (Red+Green+Blue) = 253+216+81=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 81 (32.03% from 255 or 14.73% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD851 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD851 is #0227AE. Grayscale: #D4D4D4. Windows color (decimal): -141231 or 5363965. OLE color: 5363965.
HSL color Cylindrical-coordinate representation of color #FDD851: hue angle of 47.09º 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 #FDD851 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 81 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.01 |
| HSL | 47.09º | 0.98% | 0.65% | - |
| HSV(B) | 47.09º | 0.68% | 0.99% | - |
| XYZ | 66.55 | 70.59 | 17.9 | - |
| YUV | 211.67 | 54.26 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 81 | 0 | 0.15 | 0.68 | 0.01 | 47.09 | 0.98 | 0.65 |
| Hex | FD | D8 | 51 | 0 | F | 44 | 1 | 2F | 62 | 41 |
| Octal | 375 | 330 | 121 | 0 | 17 | 104 | 1 | 57 | 142 | 101 |
| Binary | 11111101 | 11011000 | 1010001 | 0 | 1111 | 1000100 | 1 | 101111 | 1100010 | 1000001 |
Color Harmonies of #FDD851
Complementary color
Monochromatic Colors of #FDD851
Black with #FDD851
Text Example
Text Example
White with #FDD851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD851; }
p { color: rgb(253,216,81); }
H1.HeaderClassName
{
color: #FDD851;
}
.AnyTagClassName
{
color: #FDD851;
}
</style>
background-color css
<style>
a { background-color: #FDD851; }
a { background-color: rgb(253,216,81); }
div.DivClassName
{
background-color: #FDD851;
}
.BgClassName
{
background-color: #FDD851;
}
</style>
border-color css
<style>
span { border-color: #FDD851; }
span { border-color: rgb(253,216,81); }
td.TdClassName
{
border-color: #FDD851;
}
.TagClassName
{
border-color: #FDD851;
}
</style>