Shades of Mustard #FDD656
Tints of Mustard #FDD656
RGB
CMYK
RGB Variations
Color information
#FDD656 (or 0xFDD656) is known color: Mustard. HEX triplet: FD, D6 and 56. RGB value is (253,214,86). Sum of RGB (Red+Green+Blue) = 253+214+86=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 86 (33.98% from 255 or 15.55% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD656 is #0229A9. Grayscale: #D3D3D3. Windows color (decimal): -141738 or 5691133. OLE color: 5691133.
HSL color Cylindrical-coordinate representation of color #FDD656: hue angle of 45.99º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDD656 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 86 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.01 |
| HSL | 45.99º | 0.98% | 0.66% | - |
| HSV(B) | 45.99º | 0.66% | 0.99% | - |
| XYZ | 66.23 | 69.65 | 18.76 | - |
| YUV | 211.07 | 57.42 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 86 | 0 | 0.15 | 0.66 | 0.01 | 45.99 | 0.98 | 0.66 |
| Hex | FD | D6 | 56 | 0 | F | 42 | 1 | 2E | 62 | 42 |
| Octal | 375 | 326 | 126 | 0 | 17 | 102 | 1 | 56 | 142 | 102 |
| Binary | 11111101 | 11010110 | 1010110 | 0 | 1111 | 1000010 | 1 | 101110 | 1100010 | 1000010 |
Color Harmonies of #FDD656
Complementary color
Monochromatic Colors of #FDD656
Black with #FDD656
Text Example
Text Example
White with #FDD656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD656; }
p { color: rgb(253,214,86); }
H1.HeaderClassName
{
color: #FDD656;
}
.AnyTagClassName
{
color: #FDD656;
}
</style>
background-color css
<style>
a { background-color: #FDD656; }
a { background-color: rgb(253,214,86); }
div.DivClassName
{
background-color: #FDD656;
}
.BgClassName
{
background-color: #FDD656;
}
</style>
border-color css
<style>
span { border-color: #FDD656; }
span { border-color: rgb(253,214,86); }
td.TdClassName
{
border-color: #FDD656;
}
.TagClassName
{
border-color: #FDD656;
}
</style>