Shades of Mustard #FBDB55
Tints of Mustard #FBDB55
RGB
CMYK
RGB Variations
Color information
#FBDB55 (or 0xFBDB55) is known color: Mustard. HEX triplet: FB, DB and 55. RGB value is (251,219,85). Sum of RGB (Red+Green+Blue) = 251+219+85=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 85 (33.59% from 255 or 15.32% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB55 is #0424AA. Grayscale: #D5D5D5. Windows color (decimal): -271531 or 5626875. OLE color: 5626875.
HSL color Cylindrical-coordinate representation of color #FBDB55: hue angle of 48.43º 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 #FBDB55 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 85 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.02 |
| HSL | 48.43º | 0.95% | 0.66% | - |
| HSV(B) | 48.43º | 0.66% | 0.98% | - |
| XYZ | 66.75 | 71.83 | 18.94 | - |
| YUV | 213.29 | 55.6 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 85 | 0 | 0.13 | 0.66 | 0.02 | 48.43 | 0.95 | 0.66 |
| Hex | FB | DB | 55 | 0 | D | 42 | 2 | 30 | 5F | 42 |
| Octal | 373 | 333 | 125 | 0 | 15 | 102 | 2 | 60 | 137 | 102 |
| Binary | 11111011 | 11011011 | 1010101 | 0 | 1101 | 1000010 | 10 | 110000 | 1011111 | 1000010 |
Color Harmonies of #FBDB55
Complementary color
Monochromatic Colors of #FBDB55
Black with #FBDB55
Text Example
Text Example
White with #FBDB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB55; }
p { color: rgb(251,219,85); }
H1.HeaderClassName
{
color: #FBDB55;
}
.AnyTagClassName
{
color: #FBDB55;
}
</style>
background-color css
<style>
a { background-color: #FBDB55; }
a { background-color: rgb(251,219,85); }
div.DivClassName
{
background-color: #FBDB55;
}
.BgClassName
{
background-color: #FBDB55;
}
</style>
border-color css
<style>
span { border-color: #FBDB55; }
span { border-color: rgb(251,219,85); }
td.TdClassName
{
border-color: #FBDB55;
}
.TagClassName
{
border-color: #FBDB55;
}
</style>