Shades of Mustard #FCDF51
Tints of Mustard #FCDF51
RGB
CMYK
RGB Variations
Color information
#FCDF51 (or 0xFCDF51) is known color: Mustard. HEX triplet: FC, DF and 51. RGB value is (252,223,81). Sum of RGB (Red+Green+Blue) = 252+223+81=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 81 (32.03% from 255 or 14.57% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF51 is #0320AE. Grayscale: #D8D8D8. Windows color (decimal): -204975 or 5365756. OLE color: 5365756.
HSL color Cylindrical-coordinate representation of color #FCDF51: hue angle of 49.82º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCDF51 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 81 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.01 |
| HSL | 49.82º | 0.97% | 0.65% | - |
| HSV(B) | 49.82º | 0.68% | 0.99% | - |
| XYZ | 68.02 | 74.06 | 18.5 | - |
| YUV | 215.48 | 52.11 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 81 | 0 | 0.12 | 0.68 | 0.01 | 49.82 | 0.97 | 0.65 |
| Hex | FC | DF | 51 | 0 | C | 44 | 1 | 32 | 61 | 41 |
| Octal | 374 | 337 | 121 | 0 | 14 | 104 | 1 | 62 | 141 | 101 |
| Binary | 11111100 | 11011111 | 1010001 | 0 | 1100 | 1000100 | 1 | 110010 | 1100001 | 1000001 |
Color Harmonies of #FCDF51
Complementary color
Monochromatic Colors of #FCDF51
Black with #FCDF51
Text Example
Text Example
White with #FCDF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF51; }
p { color: rgb(252,223,81); }
H1.HeaderClassName
{
color: #FCDF51;
}
.AnyTagClassName
{
color: #FCDF51;
}
</style>
background-color css
<style>
a { background-color: #FCDF51; }
a { background-color: rgb(252,223,81); }
div.DivClassName
{
background-color: #FCDF51;
}
.BgClassName
{
background-color: #FCDF51;
}
</style>
border-color css
<style>
span { border-color: #FCDF51; }
span { border-color: rgb(252,223,81); }
td.TdClassName
{
border-color: #FCDF51;
}
.TagClassName
{
border-color: #FCDF51;
}
</style>