Shades of Mustard #FCD753
Tints of Mustard #FCD753
RGB
CMYK
RGB Variations
Color information
#FCD753 (or 0xFCD753) is known color: Mustard. HEX triplet: FC, D7 and 53. RGB value is (252,215,83). Sum of RGB (Red+Green+Blue) = 252+215+83=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 83 (32.81% from 255 or 15.09% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD753 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD753 is #0328AC. Grayscale: #D3D3D3. Windows color (decimal): -207021 or 5494780. OLE color: 5494780.
HSL color Cylindrical-coordinate representation of color #FCD753: hue angle of 46.86º degrees, saturation: 0.97, 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 #FCD753 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 83 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.01 |
| HSL | 46.86º | 0.97% | 0.66% | - |
| HSV(B) | 46.86º | 0.67% | 0.99% | - |
| XYZ | 66.01 | 69.92 | 18.2 | - |
| YUV | 211.02 | 55.76 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 83 | 0 | 0.15 | 0.67 | 0.01 | 46.86 | 0.97 | 0.66 |
| Hex | FC | D7 | 53 | 0 | F | 43 | 1 | 2F | 61 | 42 |
| Octal | 374 | 327 | 123 | 0 | 17 | 103 | 1 | 57 | 141 | 102 |
| Binary | 11111100 | 11010111 | 1010011 | 0 | 1111 | 1000011 | 1 | 101111 | 1100001 | 1000010 |
Color Harmonies of #FCD753
Complementary color
Monochromatic Colors of #FCD753
Black with #FCD753
Text Example
Text Example
White with #FCD753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD753; }
p { color: rgb(252,215,83); }
H1.HeaderClassName
{
color: #FCD753;
}
.AnyTagClassName
{
color: #FCD753;
}
</style>
background-color css
<style>
a { background-color: #FCD753; }
a { background-color: rgb(252,215,83); }
div.DivClassName
{
background-color: #FCD753;
}
.BgClassName
{
background-color: #FCD753;
}
</style>
border-color css
<style>
span { border-color: #FCD753; }
span { border-color: rgb(252,215,83); }
td.TdClassName
{
border-color: #FCD753;
}
.TagClassName
{
border-color: #FCD753;
}
</style>