Shades of Mustard #FDDB4F
Tints of Mustard #FDDB4F
RGB
CMYK
RGB Variations
Color information
#FDDB4F (or 0xFDDB4F) is known color: Mustard. HEX triplet: FD, DB and 4F. RGB value is (253,219,79). Sum of RGB (Red+Green+Blue) = 253+219+79=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 79 (31.25% from 255 or 14.34% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB4F is #0224B0. Grayscale: #D5D5D5. Windows color (decimal): -140465 or 5233661. OLE color: 5233661.
HSL color Cylindrical-coordinate representation of color #FDDB4F: hue angle of 48.28º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FDDB4F is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 79 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.01 |
| HSL | 48.28º | 0.98% | 0.65% | - |
| HSV(B) | 48.28º | 0.69% | 0.99% | - |
| XYZ | 67.25 | 72.11 | 17.77 | - |
| YUV | 213.21 | 52.26 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 79 | 0 | 0.13 | 0.69 | 0.01 | 48.28 | 0.98 | 0.65 |
| Hex | FD | DB | 4F | 0 | D | 45 | 1 | 30 | 62 | 41 |
| Octal | 375 | 333 | 117 | 0 | 15 | 105 | 1 | 60 | 142 | 101 |
| Binary | 11111101 | 11011011 | 1001111 | 0 | 1101 | 1000101 | 1 | 110000 | 1100010 | 1000001 |
Color Harmonies of #FDDB4F
Complementary color
Monochromatic Colors of #FDDB4F
Black with #FDDB4F
Text Example
Text Example
White with #FDDB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB4F; }
p { color: rgb(253,219,79); }
H1.HeaderClassName
{
color: #FDDB4F;
}
.AnyTagClassName
{
color: #FDDB4F;
}
</style>
background-color css
<style>
a { background-color: #FDDB4F; }
a { background-color: rgb(253,219,79); }
div.DivClassName
{
background-color: #FDDB4F;
}
.BgClassName
{
background-color: #FDDB4F;
}
</style>
border-color css
<style>
span { border-color: #FDDB4F; }
span { border-color: rgb(253,219,79); }
td.TdClassName
{
border-color: #FDDB4F;
}
.TagClassName
{
border-color: #FDDB4F;
}
</style>