Shades of Mustard #FDDF5B
Tints of Mustard #FDDF5B
RGB
CMYK
RGB Variations
Color information
#FDDF5B (or 0xFDDF5B) is known color: Mustard. HEX triplet: FD, DF and 5B. RGB value is (253,223,91). Sum of RGB (Red+Green+Blue) = 253+223+91=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 91 (35.94% from 255 or 16.05% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF5B is #0220A4. Grayscale: #D9D9D9. Windows color (decimal): -139429 or 6021117. OLE color: 6021117.
HSL color Cylindrical-coordinate representation of color #FDDF5B: hue angle of 48.89º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDDF5B is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 91 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.01 |
| HSL | 48.89º | 0.98% | 0.67% | - |
| HSV(B) | 48.89º | 0.64% | 0.99% | - |
| XYZ | 68.78 | 74.41 | 20.64 | - |
| YUV | 216.92 | 56.94 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 91 | 0 | 0.12 | 0.64 | 0.01 | 48.89 | 0.98 | 0.67 |
| Hex | FD | DF | 5B | 0 | C | 40 | 1 | 31 | 62 | 43 |
| Octal | 375 | 337 | 133 | 0 | 14 | 100 | 1 | 61 | 142 | 103 |
| Binary | 11111101 | 11011111 | 1011011 | 0 | 1100 | 1000000 | 1 | 110001 | 1100010 | 1000011 |
Color Harmonies of #FDDF5B
Complementary color
Monochromatic Colors of #FDDF5B
Black with #FDDF5B
Text Example
Text Example
White with #FDDF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF5B; }
p { color: rgb(253,223,91); }
H1.HeaderClassName
{
color: #FDDF5B;
}
.AnyTagClassName
{
color: #FDDF5B;
}
</style>
background-color css
<style>
a { background-color: #FDDF5B; }
a { background-color: rgb(253,223,91); }
div.DivClassName
{
background-color: #FDDF5B;
}
.BgClassName
{
background-color: #FDDF5B;
}
</style>
border-color css
<style>
span { border-color: #FDDF5B; }
span { border-color: rgb(253,223,91); }
td.TdClassName
{
border-color: #FDDF5B;
}
.TagClassName
{
border-color: #FDDF5B;
}
</style>