Shades of Mustard #FDD653
Tints of Mustard #FDD653
RGB
CMYK
RGB Variations
Color information
#FDD653 (or 0xFDD653) is known color: Mustard. HEX triplet: FD, D6 and 53. RGB value is (253,214,83). Sum of RGB (Red+Green+Blue) = 253+214+83=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 83 (32.81% from 255 or 15.09% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD653 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD653 is #0229AC. Grayscale: #D3D3D3. Windows color (decimal): -141741 or 5494525. OLE color: 5494525.
HSL color Cylindrical-coordinate representation of color #FDD653: hue angle of 46.24º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDD653 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 83 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.01 |
| HSL | 46.24º | 0.98% | 0.66% | - |
| HSV(B) | 46.24º | 0.67% | 0.99% | - |
| XYZ | 66.12 | 69.6 | 18.13 | - |
| YUV | 210.73 | 55.92 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 83 | 0 | 0.15 | 0.67 | 0.01 | 46.24 | 0.98 | 0.66 |
| Hex | FD | D6 | 53 | 0 | F | 43 | 1 | 2E | 62 | 42 |
| Octal | 375 | 326 | 123 | 0 | 17 | 103 | 1 | 56 | 142 | 102 |
| Binary | 11111101 | 11010110 | 1010011 | 0 | 1111 | 1000011 | 1 | 101110 | 1100010 | 1000010 |
Color Harmonies of #FDD653
Complementary color
Monochromatic Colors of #FDD653
Black with #FDD653
Text Example
Text Example
White with #FDD653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD653; }
p { color: rgb(253,214,83); }
H1.HeaderClassName
{
color: #FDD653;
}
.AnyTagClassName
{
color: #FDD653;
}
</style>
background-color css
<style>
a { background-color: #FDD653; }
a { background-color: rgb(253,214,83); }
div.DivClassName
{
background-color: #FDD653;
}
.BgClassName
{
background-color: #FDD653;
}
</style>
border-color css
<style>
span { border-color: #FDD653; }
span { border-color: rgb(253,214,83); }
td.TdClassName
{
border-color: #FDD653;
}
.TagClassName
{
border-color: #FDD653;
}
</style>