Shades of Mustard #FDDF57
Tints of Mustard #FDDF57
RGB
CMYK
RGB Variations
Color information
#FDDF57 (or 0xFDDF57) is known color: Mustard. HEX triplet: FD, DF and 57. RGB value is (253,223,87). Sum of RGB (Red+Green+Blue) = 253+223+87=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 87 (34.38% from 255 or 15.45% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF57 is #0220A8. Grayscale: #D9D9D9. Windows color (decimal): -139433 or 5758973. OLE color: 5758973.
HSL color Cylindrical-coordinate representation of color #FDDF57: hue angle of 49.16º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDDF57 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 87 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.01 |
| HSL | 49.16º | 0.98% | 0.67% | - |
| HSV(B) | 49.16º | 0.66% | 0.99% | - |
| XYZ | 68.62 | 74.35 | 19.75 | - |
| YUV | 216.47 | 54.94 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 87 | 0 | 0.12 | 0.66 | 0.01 | 49.16 | 0.98 | 0.67 |
| Hex | FD | DF | 57 | 0 | C | 42 | 1 | 31 | 62 | 43 |
| Octal | 375 | 337 | 127 | 0 | 14 | 102 | 1 | 61 | 142 | 103 |
| Binary | 11111101 | 11011111 | 1010111 | 0 | 1100 | 1000010 | 1 | 110001 | 1100010 | 1000011 |
Color Harmonies of #FDDF57
Complementary color
Monochromatic Colors of #FDDF57
Black with #FDDF57
Text Example
Text Example
White with #FDDF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF57; }
p { color: rgb(253,223,87); }
H1.HeaderClassName
{
color: #FDDF57;
}
.AnyTagClassName
{
color: #FDDF57;
}
</style>
background-color css
<style>
a { background-color: #FDDF57; }
a { background-color: rgb(253,223,87); }
div.DivClassName
{
background-color: #FDDF57;
}
.BgClassName
{
background-color: #FDDF57;
}
</style>
border-color css
<style>
span { border-color: #FDDF57; }
span { border-color: rgb(253,223,87); }
td.TdClassName
{
border-color: #FDDF57;
}
.TagClassName
{
border-color: #FDDF57;
}
</style>