Shades of Mustard #F8DB5A
Tints of Mustard #F8DB5A
RGB
CMYK
RGB Variations
Color information
#F8DB5A (or 0xF8DB5A) is known color: Mustard. HEX triplet: F8, DB and 5A. RGB value is (248,219,90). Sum of RGB (Red+Green+Blue) = 248+219+90=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 90 (35.55% from 255 or 16.16% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DB5A is #0724A5. Grayscale: #D5D5D5. Windows color (decimal): -468134 or 5954552. OLE color: 5954552.
HSL color Cylindrical-coordinate representation of color #F8DB5A: hue angle of 48.99º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8DB5A is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 90 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.03 |
| HSL | 48.99º | 0.92% | 0.66% | - |
| HSV(B) | 48.99º | 0.64% | 0.97% | - |
| XYZ | 65.89 | 71.36 | 19.97 | - |
| YUV | 212.97 | 58.61 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 90 | 0 | 0.12 | 0.64 | 0.03 | 48.99 | 0.92 | 0.66 |
| Hex | F8 | DB | 5A | 0 | C | 40 | 3 | 31 | 5C | 42 |
| Octal | 370 | 333 | 132 | 0 | 14 | 100 | 3 | 61 | 134 | 102 |
| Binary | 11111000 | 11011011 | 1011010 | 0 | 1100 | 1000000 | 11 | 110001 | 1011100 | 1000010 |
Color Harmonies of #F8DB5A
Complementary color
Monochromatic Colors of #F8DB5A
Black with #F8DB5A
Text Example
Text Example
White with #F8DB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB5A; }
p { color: rgb(248,219,90); }
H1.HeaderClassName
{
color: #F8DB5A;
}
.AnyTagClassName
{
color: #F8DB5A;
}
</style>
background-color css
<style>
a { background-color: #F8DB5A; }
a { background-color: rgb(248,219,90); }
div.DivClassName
{
background-color: #F8DB5A;
}
.BgClassName
{
background-color: #F8DB5A;
}
</style>
border-color css
<style>
span { border-color: #F8DB5A; }
span { border-color: rgb(248,219,90); }
td.TdClassName
{
border-color: #F8DB5A;
}
.TagClassName
{
border-color: #F8DB5A;
}
</style>