Shades of Mustard #FBDF51
Tints of Mustard #FBDF51
RGB
CMYK
RGB Variations
Color information
#FBDF51 (or 0xFBDF51) is known color: Mustard. HEX triplet: FB, DF and 51. RGB value is (251,223,81). Sum of RGB (Red+Green+Blue) = 251+223+81=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 81 (32.03% from 255 or 14.59% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF51 is #0420AE. Grayscale: #D7D7D7. Windows color (decimal): -270511 or 5365755. OLE color: 5365755.
HSL color Cylindrical-coordinate representation of color #FBDF51: hue angle of 50.12º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FBDF51 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 81 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.02 |
| HSL | 50.12º | 0.96% | 0.65% | - |
| HSV(B) | 50.12º | 0.68% | 0.98% | - |
| XYZ | 67.66 | 73.88 | 18.48 | - |
| YUV | 215.18 | 52.28 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 81 | 0 | 0.11 | 0.68 | 0.02 | 50.12 | 0.96 | 0.65 |
| Hex | FB | DF | 51 | 0 | B | 44 | 2 | 32 | 60 | 41 |
| Octal | 373 | 337 | 121 | 0 | 13 | 104 | 2 | 62 | 140 | 101 |
| Binary | 11111011 | 11011111 | 1010001 | 0 | 1011 | 1000100 | 10 | 110010 | 1100000 | 1000001 |
Color Harmonies of #FBDF51
Complementary color
Monochromatic Colors of #FBDF51
Black with #FBDF51
Text Example
Text Example
White with #FBDF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF51; }
p { color: rgb(251,223,81); }
H1.HeaderClassName
{
color: #FBDF51;
}
.AnyTagClassName
{
color: #FBDF51;
}
</style>
background-color css
<style>
a { background-color: #FBDF51; }
a { background-color: rgb(251,223,81); }
div.DivClassName
{
background-color: #FBDF51;
}
.BgClassName
{
background-color: #FBDF51;
}
</style>
border-color css
<style>
span { border-color: #FBDF51; }
span { border-color: rgb(251,223,81); }
td.TdClassName
{
border-color: #FBDF51;
}
.TagClassName
{
border-color: #FBDF51;
}
</style>