Shades of Mustard #FBDF57
Tints of Mustard #FBDF57
RGB
CMYK
RGB Variations
Color information
#FBDF57 (or 0xFBDF57) is known color: Mustard. HEX triplet: FB, DF and 57. RGB value is (251,223,87). Sum of RGB (Red+Green+Blue) = 251+223+87=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 87 (34.38% from 255 or 15.51% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF57 is #0420A8. Grayscale: #D8D8D8. Windows color (decimal): -270505 or 5758971. OLE color: 5758971.
HSL color Cylindrical-coordinate representation of color #FBDF57: hue angle of 49.76º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FBDF57 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 87 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.02 |
| HSL | 49.76º | 0.95% | 0.66% | - |
| HSV(B) | 49.76º | 0.65% | 0.98% | - |
| XYZ | 67.89 | 73.97 | 19.72 | - |
| YUV | 215.87 | 55.28 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 87 | 0 | 0.11 | 0.65 | 0.02 | 49.76 | 0.95 | 0.66 |
| Hex | FB | DF | 57 | 0 | B | 41 | 2 | 32 | 5F | 42 |
| Octal | 373 | 337 | 127 | 0 | 13 | 101 | 2 | 62 | 137 | 102 |
| Binary | 11111011 | 11011111 | 1010111 | 0 | 1011 | 1000001 | 10 | 110010 | 1011111 | 1000010 |
Color Harmonies of #FBDF57
Complementary color
Monochromatic Colors of #FBDF57
Black with #FBDF57
Text Example
Text Example
White with #FBDF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF57; }
p { color: rgb(251,223,87); }
H1.HeaderClassName
{
color: #FBDF57;
}
.AnyTagClassName
{
color: #FBDF57;
}
</style>
background-color css
<style>
a { background-color: #FBDF57; }
a { background-color: rgb(251,223,87); }
div.DivClassName
{
background-color: #FBDF57;
}
.BgClassName
{
background-color: #FBDF57;
}
</style>
border-color css
<style>
span { border-color: #FBDF57; }
span { border-color: rgb(251,223,87); }
td.TdClassName
{
border-color: #FBDF57;
}
.TagClassName
{
border-color: #FBDF57;
}
</style>