Shades of Mustard #FBDC56
Tints of Mustard #FBDC56
RGB
CMYK
RGB Variations
Color information
#FBDC56 (or 0xFBDC56) is known color: Mustard. HEX triplet: FB, DC and 56. RGB value is (251,220,86). Sum of RGB (Red+Green+Blue) = 251+220+86=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 86 (33.98% from 255 or 15.44% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC56 is #0423A9. Grayscale: #D6D6D6. Windows color (decimal): -271274 or 5692667. OLE color: 5692667.
HSL color Cylindrical-coordinate representation of color #FBDC56: hue angle of 48.73º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FBDC56 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 86 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.02 |
| HSL | 48.73º | 0.95% | 0.66% | - |
| HSV(B) | 48.73º | 0.66% | 0.98% | - |
| XYZ | 67.06 | 72.37 | 19.24 | - |
| YUV | 213.99 | 55.77 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 86 | 0 | 0.12 | 0.66 | 0.02 | 48.73 | 0.95 | 0.66 |
| Hex | FB | DC | 56 | 0 | C | 42 | 2 | 31 | 5F | 42 |
| Octal | 373 | 334 | 126 | 0 | 14 | 102 | 2 | 61 | 137 | 102 |
| Binary | 11111011 | 11011100 | 1010110 | 0 | 1100 | 1000010 | 10 | 110001 | 1011111 | 1000010 |
Color Harmonies of #FBDC56
Complementary color
Monochromatic Colors of #FBDC56
Black with #FBDC56
Text Example
Text Example
White with #FBDC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC56; }
p { color: rgb(251,220,86); }
H1.HeaderClassName
{
color: #FBDC56;
}
.AnyTagClassName
{
color: #FBDC56;
}
</style>
background-color css
<style>
a { background-color: #FBDC56; }
a { background-color: rgb(251,220,86); }
div.DivClassName
{
background-color: #FBDC56;
}
.BgClassName
{
background-color: #FBDC56;
}
</style>
border-color css
<style>
span { border-color: #FBDC56; }
span { border-color: rgb(251,220,86); }
td.TdClassName
{
border-color: #FBDC56;
}
.TagClassName
{
border-color: #FBDC56;
}
</style>