Shades of Mustard #FCDF58
Tints of Mustard #FCDF58
RGB
CMYK
RGB Variations
Color information
#FCDF58 (or 0xFCDF58) is known color: Mustard. HEX triplet: FC, DF and 58. RGB value is (252,223,88). Sum of RGB (Red+Green+Blue) = 252+223+88=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 88 (34.77% from 255 or 15.63% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF58 is #0320A7. Grayscale: #D8D8D8. Windows color (decimal): -204968 or 5824508. OLE color: 5824508.
HSL color Cylindrical-coordinate representation of color #FCDF58: hue angle of 49.39º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCDF58 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 88 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.01 |
| HSL | 49.39º | 0.96% | 0.67% | - |
| HSV(B) | 49.39º | 0.65% | 0.99% | - |
| XYZ | 68.29 | 74.18 | 19.95 | - |
| YUV | 216.28 | 55.61 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 88 | 0 | 0.12 | 0.65 | 0.01 | 49.39 | 0.96 | 0.67 |
| Hex | FC | DF | 58 | 0 | C | 41 | 1 | 31 | 60 | 43 |
| Octal | 374 | 337 | 130 | 0 | 14 | 101 | 1 | 61 | 140 | 103 |
| Binary | 11111100 | 11011111 | 1011000 | 0 | 1100 | 1000001 | 1 | 110001 | 1100000 | 1000011 |
Color Harmonies of #FCDF58
Complementary color
Monochromatic Colors of #FCDF58
Black with #FCDF58
Text Example
Text Example
White with #FCDF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF58; }
p { color: rgb(252,223,88); }
H1.HeaderClassName
{
color: #FCDF58;
}
.AnyTagClassName
{
color: #FCDF58;
}
</style>
background-color css
<style>
a { background-color: #FCDF58; }
a { background-color: rgb(252,223,88); }
div.DivClassName
{
background-color: #FCDF58;
}
.BgClassName
{
background-color: #FCDF58;
}
</style>
border-color css
<style>
span { border-color: #FCDF58; }
span { border-color: rgb(252,223,88); }
td.TdClassName
{
border-color: #FCDF58;
}
.TagClassName
{
border-color: #FCDF58;
}
</style>