Shades of Mustard #FBDF5E
Tints of Mustard #FBDF5E
RGB
CMYK
RGB Variations
Color information
#FBDF5E (or 0xFBDF5E) is known color: Mustard. HEX triplet: FB, DF and 5E. RGB value is (251,223,94). Sum of RGB (Red+Green+Blue) = 251+223+94=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 94 (37.11% from 255 or 16.55% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF5E is #0420A1. Grayscale: #D9D9D9. Windows color (decimal): -270498 or 6217723. OLE color: 6217723.
HSL color Cylindrical-coordinate representation of color #FBDF5E: hue angle of 49.3º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBDF5E is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 223 | 94 | - |
CMYK | 0 | 0.11 | 0.63 | 0.02 |
HSL | 49.3º | 0.95% | 0.68% | - |
HSV(B) | 49.3º | 0.63% | 0.98% | - |
XYZ | 68.19 | 74.09 | 21.3 | - |
YUV | 216.67 | 58.78 | 152.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 223 | 94 | 0 | 0.11 | 0.63 | 0.02 | 49.3 | 0.95 | 0.68 |
Hex | FB | DF | 5E | 0 | B | 3F | 2 | 31 | 5F | 44 |
Octal | 373 | 337 | 136 | 0 | 13 | 77 | 2 | 61 | 137 | 104 |
Binary | 11111011 | 11011111 | 1011110 | 0 | 1011 | 111111 | 10 | 110001 | 1011111 | 1000100 |
Color Harmonies of #FBDF5E
Complementary color
Monochromatic Colors of #FBDF5E
Black with #FBDF5E
Text Example
Text Example
White with #FBDF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF5E; }
p { color: rgb(251,223,94); }
H1.HeaderClassName
{
color: #FBDF5E;
}
.AnyTagClassName
{
color: #FBDF5E;
}
</style>
background-color css
<style>
a { background-color: #FBDF5E; }
a { background-color: rgb(251,223,94); }
div.DivClassName
{
background-color: #FBDF5E;
}
.BgClassName
{
background-color: #FBDF5E;
}
</style>
border-color css
<style>
span { border-color: #FBDF5E; }
span { border-color: rgb(251,223,94); }
td.TdClassName
{
border-color: #FBDF5E;
}
.TagClassName
{
border-color: #FBDF5E;
}
</style>