Shades of Mustard #FDD857
Tints of Mustard #FDD857
RGB
CMYK
RGB Variations
Color information
#FDD857 (or 0xFDD857) is known color: Mustard. HEX triplet: FD, D8 and 57. RGB value is (253,216,87). Sum of RGB (Red+Green+Blue) = 253+216+87=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 87 (34.38% from 255 or 15.65% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD857 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD857 is #0227A8. Grayscale: #D4D4D4. Windows color (decimal): -141225 or 5757181. OLE color: 5757181.
HSL color Cylindrical-coordinate representation of color #FDD857: hue angle of 46.63º 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 #FDD857 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 87 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.01 |
| HSL | 46.63º | 0.98% | 0.67% | - |
| HSV(B) | 46.63º | 0.66% | 0.99% | - |
| XYZ | 66.78 | 70.68 | 19.14 | - |
| YUV | 212.36 | 57.26 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 87 | 0 | 0.15 | 0.66 | 0.01 | 46.63 | 0.98 | 0.67 |
| Hex | FD | D8 | 57 | 0 | F | 42 | 1 | 2F | 62 | 43 |
| Octal | 375 | 330 | 127 | 0 | 17 | 102 | 1 | 57 | 142 | 103 |
| Binary | 11111101 | 11011000 | 1010111 | 0 | 1111 | 1000010 | 1 | 101111 | 1100010 | 1000011 |
Color Harmonies of #FDD857
Complementary color
Monochromatic Colors of #FDD857
Black with #FDD857
Text Example
Text Example
White with #FDD857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD857; }
p { color: rgb(253,216,87); }
H1.HeaderClassName
{
color: #FDD857;
}
.AnyTagClassName
{
color: #FDD857;
}
</style>
background-color css
<style>
a { background-color: #FDD857; }
a { background-color: rgb(253,216,87); }
div.DivClassName
{
background-color: #FDD857;
}
.BgClassName
{
background-color: #FDD857;
}
</style>
border-color css
<style>
span { border-color: #FDD857; }
span { border-color: rgb(253,216,87); }
td.TdClassName
{
border-color: #FDD857;
}
.TagClassName
{
border-color: #FDD857;
}
</style>