Shades of Mustard #FBDB56
Tints of Mustard #FBDB56
RGB
CMYK
RGB Variations
Color information
#FBDB56 (or 0xFBDB56) is known color: Mustard. HEX triplet: FB, DB and 56. RGB value is (251,219,86). Sum of RGB (Red+Green+Blue) = 251+219+86=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 86 (33.98% from 255 or 15.47% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB56 is #0424A9. Grayscale: #D5D5D5. Windows color (decimal): -271530 or 5692411. OLE color: 5692411.
HSL color Cylindrical-coordinate representation of color #FBDB56: hue angle of 48.36º 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 #FBDB56 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 86 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.02 |
| HSL | 48.36º | 0.95% | 0.66% | - |
| HSV(B) | 48.36º | 0.66% | 0.98% | - |
| XYZ | 66.79 | 71.84 | 19.15 | - |
| YUV | 213.41 | 56.1 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 86 | 0 | 0.13 | 0.66 | 0.02 | 48.36 | 0.95 | 0.66 |
| Hex | FB | DB | 56 | 0 | D | 42 | 2 | 30 | 5F | 42 |
| Octal | 373 | 333 | 126 | 0 | 15 | 102 | 2 | 60 | 137 | 102 |
| Binary | 11111011 | 11011011 | 1010110 | 0 | 1101 | 1000010 | 10 | 110000 | 1011111 | 1000010 |
Color Harmonies of #FBDB56
Complementary color
Monochromatic Colors of #FBDB56
Black with #FBDB56
Text Example
Text Example
White with #FBDB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB56; }
p { color: rgb(251,219,86); }
H1.HeaderClassName
{
color: #FBDB56;
}
.AnyTagClassName
{
color: #FBDB56;
}
</style>
background-color css
<style>
a { background-color: #FBDB56; }
a { background-color: rgb(251,219,86); }
div.DivClassName
{
background-color: #FBDB56;
}
.BgClassName
{
background-color: #FBDB56;
}
</style>
border-color css
<style>
span { border-color: #FBDB56; }
span { border-color: rgb(251,219,86); }
td.TdClassName
{
border-color: #FBDB56;
}
.TagClassName
{
border-color: #FBDB56;
}
</style>