Shades of Mustard #FDD557
Tints of Mustard #FDD557
RGB
CMYK
RGB Variations
Color information
#FDD557 (or 0xFDD557) is known color: Mustard. HEX triplet: FD, D5 and 57. RGB value is (253,213,87). Sum of RGB (Red+Green+Blue) = 253+213+87=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 87 (34.38% from 255 or 15.73% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD557 is #022AA8. Grayscale: #D3D3D3. Windows color (decimal): -141993 or 5756413. OLE color: 5756413.
HSL color Cylindrical-coordinate representation of color #FDD557: hue angle of 45.54º 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 #FDD557 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 87 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.01 |
| HSL | 45.54º | 0.98% | 0.67% | - |
| HSV(B) | 45.54º | 0.66% | 0.99% | - |
| XYZ | 66.02 | 69.16 | 18.89 | - |
| YUV | 210.6 | 58.25 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 87 | 0 | 0.16 | 0.66 | 0.01 | 45.54 | 0.98 | 0.67 |
| Hex | FD | D5 | 57 | 0 | 10 | 42 | 1 | 2E | 62 | 43 |
| Octal | 375 | 325 | 127 | 0 | 20 | 102 | 1 | 56 | 142 | 103 |
| Binary | 11111101 | 11010101 | 1010111 | 0 | 10000 | 1000010 | 1 | 101110 | 1100010 | 1000011 |
Color Harmonies of #FDD557
Complementary color
Monochromatic Colors of #FDD557
Black with #FDD557
Text Example
Text Example
White with #FDD557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD557; }
p { color: rgb(253,213,87); }
H1.HeaderClassName
{
color: #FDD557;
}
.AnyTagClassName
{
color: #FDD557;
}
</style>
background-color css
<style>
a { background-color: #FDD557; }
a { background-color: rgb(253,213,87); }
div.DivClassName
{
background-color: #FDD557;
}
.BgClassName
{
background-color: #FDD557;
}
</style>
border-color css
<style>
span { border-color: #FDD557; }
span { border-color: rgb(253,213,87); }
td.TdClassName
{
border-color: #FDD557;
}
.TagClassName
{
border-color: #FDD557;
}
</style>