Shades of Mustard #FBDB53
Tints of Mustard #FBDB53
RGB
CMYK
RGB Variations
Color information
#FBDB53 (or 0xFBDB53) is known color: Mustard. HEX triplet: FB, DB and 53. RGB value is (251,219,83). Sum of RGB (Red+Green+Blue) = 251+219+83=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 83 (32.81% from 255 or 15.01% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB53 is #0424AC. Grayscale: #D5D5D5. Windows color (decimal): -271533 or 5495803. OLE color: 5495803.
HSL color Cylindrical-coordinate representation of color #FBDB53: hue angle of 48.57º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FBDB53 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 83 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.02 |
| HSL | 48.57º | 0.95% | 0.65% | - |
| HSV(B) | 48.57º | 0.67% | 0.98% | - |
| XYZ | 66.68 | 71.8 | 18.53 | - |
| YUV | 213.06 | 54.6 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 83 | 0 | 0.13 | 0.67 | 0.02 | 48.57 | 0.95 | 0.65 |
| Hex | FB | DB | 53 | 0 | D | 43 | 2 | 31 | 5F | 41 |
| Octal | 373 | 333 | 123 | 0 | 15 | 103 | 2 | 61 | 137 | 101 |
| Binary | 11111011 | 11011011 | 1010011 | 0 | 1101 | 1000011 | 10 | 110001 | 1011111 | 1000001 |
Color Harmonies of #FBDB53
Complementary color
Monochromatic Colors of #FBDB53
Black with #FBDB53
Text Example
Text Example
White with #FBDB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB53; }
p { color: rgb(251,219,83); }
H1.HeaderClassName
{
color: #FBDB53;
}
.AnyTagClassName
{
color: #FBDB53;
}
</style>
background-color css
<style>
a { background-color: #FBDB53; }
a { background-color: rgb(251,219,83); }
div.DivClassName
{
background-color: #FBDB53;
}
.BgClassName
{
background-color: #FBDB53;
}
</style>
border-color css
<style>
span { border-color: #FBDB53; }
span { border-color: rgb(251,219,83); }
td.TdClassName
{
border-color: #FBDB53;
}
.TagClassName
{
border-color: #FBDB53;
}
</style>