Shades of Mustard #FCDF52
Tints of Mustard #FCDF52
RGB
CMYK
RGB Variations
Color information
#FCDF52 (or 0xFCDF52) is known color: Mustard. HEX triplet: FC, DF and 52. RGB value is (252,223,82). Sum of RGB (Red+Green+Blue) = 252+223+82=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 82 (32.42% from 255 or 14.72% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF52 is #0320AD. Grayscale: #D8D8D8. Windows color (decimal): -204974 or 5431292. OLE color: 5431292.
HSL color Cylindrical-coordinate representation of color #FCDF52: hue angle of 49.76º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCDF52 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 82 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.01 |
| HSL | 49.76º | 0.97% | 0.65% | - |
| HSV(B) | 49.76º | 0.67% | 0.99% | - |
| XYZ | 68.06 | 74.08 | 18.69 | - |
| YUV | 215.6 | 52.61 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 82 | 0 | 0.12 | 0.67 | 0.01 | 49.76 | 0.97 | 0.65 |
| Hex | FC | DF | 52 | 0 | C | 43 | 1 | 32 | 61 | 41 |
| Octal | 374 | 337 | 122 | 0 | 14 | 103 | 1 | 62 | 141 | 101 |
| Binary | 11111100 | 11011111 | 1010010 | 0 | 1100 | 1000011 | 1 | 110010 | 1100001 | 1000001 |
Color Harmonies of #FCDF52
Complementary color
Monochromatic Colors of #FCDF52
Black with #FCDF52
Text Example
Text Example
White with #FCDF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF52; }
p { color: rgb(252,223,82); }
H1.HeaderClassName
{
color: #FCDF52;
}
.AnyTagClassName
{
color: #FCDF52;
}
</style>
background-color css
<style>
a { background-color: #FCDF52; }
a { background-color: rgb(252,223,82); }
div.DivClassName
{
background-color: #FCDF52;
}
.BgClassName
{
background-color: #FCDF52;
}
</style>
border-color css
<style>
span { border-color: #FCDF52; }
span { border-color: rgb(252,223,82); }
td.TdClassName
{
border-color: #FCDF52;
}
.TagClassName
{
border-color: #FCDF52;
}
</style>