Shades of Mustard #FCDF5B
Tints of Mustard #FCDF5B
RGB
CMYK
RGB Variations
Color information
#FCDF5B (or 0xFCDF5B) is known color: Mustard. HEX triplet: FC, DF and 5B. RGB value is (252,223,91). Sum of RGB (Red+Green+Blue) = 252+223+91=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 91 (35.94% from 255 or 16.08% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF5B is #0320A4. Grayscale: #D9D9D9. Windows color (decimal): -204965 or 6021116. OLE color: 6021116.
HSL color Cylindrical-coordinate representation of color #FCDF5B: hue angle of 49.19º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCDF5B is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 91 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.01 |
| HSL | 49.19º | 0.96% | 0.67% | - |
| HSV(B) | 49.19º | 0.64% | 0.99% | - |
| XYZ | 68.42 | 74.23 | 20.62 | - |
| YUV | 216.62 | 57.11 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 91 | 0 | 0.12 | 0.64 | 0.01 | 49.19 | 0.96 | 0.67 |
| Hex | FC | DF | 5B | 0 | C | 40 | 1 | 31 | 60 | 43 |
| Octal | 374 | 337 | 133 | 0 | 14 | 100 | 1 | 61 | 140 | 103 |
| Binary | 11111100 | 11011111 | 1011011 | 0 | 1100 | 1000000 | 1 | 110001 | 1100000 | 1000011 |
Color Harmonies of #FCDF5B
Complementary color
Monochromatic Colors of #FCDF5B
Black with #FCDF5B
Text Example
Text Example
White with #FCDF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF5B; }
p { color: rgb(252,223,91); }
H1.HeaderClassName
{
color: #FCDF5B;
}
.AnyTagClassName
{
color: #FCDF5B;
}
</style>
background-color css
<style>
a { background-color: #FCDF5B; }
a { background-color: rgb(252,223,91); }
div.DivClassName
{
background-color: #FCDF5B;
}
.BgClassName
{
background-color: #FCDF5B;
}
</style>
border-color css
<style>
span { border-color: #FCDF5B; }
span { border-color: rgb(252,223,91); }
td.TdClassName
{
border-color: #FCDF5B;
}
.TagClassName
{
border-color: #FCDF5B;
}
</style>