Shades of Mustard #FDD655
Tints of Mustard #FDD655
RGB
CMYK
RGB Variations
Color information
#FDD655 (or 0xFDD655) is known color: Mustard. HEX triplet: FD, D6 and 55. RGB value is (253,214,85). Sum of RGB (Red+Green+Blue) = 253+214+85=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 85 (33.59% from 255 or 15.40% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD655 is #0229AA. Grayscale: #D3D3D3. Windows color (decimal): -141739 or 5625597. OLE color: 5625597.
HSL color Cylindrical-coordinate representation of color #FDD655: hue angle of 46.07º 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 #FDD655 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 85 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.01 |
| HSL | 46.07º | 0.98% | 0.66% | - |
| HSV(B) | 46.07º | 0.66% | 0.99% | - |
| XYZ | 66.19 | 69.63 | 18.55 | - |
| YUV | 210.96 | 56.92 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 85 | 0 | 0.15 | 0.66 | 0.01 | 46.07 | 0.98 | 0.66 |
| Hex | FD | D6 | 55 | 0 | F | 42 | 1 | 2E | 62 | 42 |
| Octal | 375 | 326 | 125 | 0 | 17 | 102 | 1 | 56 | 142 | 102 |
| Binary | 11111101 | 11010110 | 1010101 | 0 | 1111 | 1000010 | 1 | 101110 | 1100010 | 1000010 |
Color Harmonies of #FDD655
Complementary color
Monochromatic Colors of #FDD655
Black with #FDD655
Text Example
Text Example
White with #FDD655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD655; }
p { color: rgb(253,214,85); }
H1.HeaderClassName
{
color: #FDD655;
}
.AnyTagClassName
{
color: #FDD655;
}
</style>
background-color css
<style>
a { background-color: #FDD655; }
a { background-color: rgb(253,214,85); }
div.DivClassName
{
background-color: #FDD655;
}
.BgClassName
{
background-color: #FDD655;
}
</style>
border-color css
<style>
span { border-color: #FDD655; }
span { border-color: rgb(253,214,85); }
td.TdClassName
{
border-color: #FDD655;
}
.TagClassName
{
border-color: #FDD655;
}
</style>