Shades of Mustard #FDDF52
Tints of Mustard #FDDF52
RGB
CMYK
RGB Variations
Color information
#FDDF52 (or 0xFDDF52) is known color: Mustard. HEX triplet: FD, DF and 52. RGB value is (253,223,82). Sum of RGB (Red+Green+Blue) = 253+223+82=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 82 (32.42% from 255 or 14.70% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF52 is #0220AD. Grayscale: #D8D8D8. Windows color (decimal): -139438 or 5431293. OLE color: 5431293.
HSL color Cylindrical-coordinate representation of color #FDDF52: hue angle of 49.47º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDDF52 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 82 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.01 |
| HSL | 49.47º | 0.98% | 0.66% | - |
| HSV(B) | 49.47º | 0.68% | 0.99% | - |
| XYZ | 68.42 | 74.27 | 18.71 | - |
| YUV | 215.9 | 52.44 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 82 | 0 | 0.12 | 0.68 | 0.01 | 49.47 | 0.98 | 0.66 |
| Hex | FD | DF | 52 | 0 | C | 44 | 1 | 31 | 62 | 42 |
| Octal | 375 | 337 | 122 | 0 | 14 | 104 | 1 | 61 | 142 | 102 |
| Binary | 11111101 | 11011111 | 1010010 | 0 | 1100 | 1000100 | 1 | 110001 | 1100010 | 1000010 |
Color Harmonies of #FDDF52
Complementary color
Monochromatic Colors of #FDDF52
Black with #FDDF52
Text Example
Text Example
White with #FDDF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF52; }
p { color: rgb(253,223,82); }
H1.HeaderClassName
{
color: #FDDF52;
}
.AnyTagClassName
{
color: #FDDF52;
}
</style>
background-color css
<style>
a { background-color: #FDDF52; }
a { background-color: rgb(253,223,82); }
div.DivClassName
{
background-color: #FDDF52;
}
.BgClassName
{
background-color: #FDDF52;
}
</style>
border-color css
<style>
span { border-color: #FDDF52; }
span { border-color: rgb(253,223,82); }
td.TdClassName
{
border-color: #FDDF52;
}
.TagClassName
{
border-color: #FDDF52;
}
</style>