Shades of Mustard #FBDC5C
Tints of Mustard #FBDC5C
RGB
CMYK
RGB Variations
Color information
#FBDC5C (or 0xFBDC5C) is known color: Mustard. HEX triplet: FB, DC and 5C. RGB value is (251,220,92). Sum of RGB (Red+Green+Blue) = 251+220+92=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 92 (36.33% from 255 or 16.34% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC5C is #0423A3. Grayscale: #D7D7D7. Windows color (decimal): -271268 or 6085883. OLE color: 6085883.
HSL color Cylindrical-coordinate representation of color #FBDC5C: hue angle of 48.3º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBDC5C is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 92 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.02 |
| HSL | 48.3º | 0.95% | 0.67% | - |
| HSV(B) | 48.3º | 0.63% | 0.98% | - |
| XYZ | 67.31 | 72.47 | 20.57 | - |
| YUV | 214.68 | 58.77 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 92 | 0 | 0.12 | 0.63 | 0.02 | 48.3 | 0.95 | 0.67 |
| Hex | FB | DC | 5C | 0 | C | 3F | 2 | 30 | 5F | 43 |
| Octal | 373 | 334 | 134 | 0 | 14 | 77 | 2 | 60 | 137 | 103 |
| Binary | 11111011 | 11011100 | 1011100 | 0 | 1100 | 111111 | 10 | 110000 | 1011111 | 1000011 |
Color Harmonies of #FBDC5C
Complementary color
Monochromatic Colors of #FBDC5C
Black with #FBDC5C
Text Example
Text Example
White with #FBDC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC5C; }
p { color: rgb(251,220,92); }
H1.HeaderClassName
{
color: #FBDC5C;
}
.AnyTagClassName
{
color: #FBDC5C;
}
</style>
background-color css
<style>
a { background-color: #FBDC5C; }
a { background-color: rgb(251,220,92); }
div.DivClassName
{
background-color: #FBDC5C;
}
.BgClassName
{
background-color: #FBDC5C;
}
</style>
border-color css
<style>
span { border-color: #FBDC5C; }
span { border-color: rgb(251,220,92); }
td.TdClassName
{
border-color: #FBDC5C;
}
.TagClassName
{
border-color: #FBDC5C;
}
</style>