Shades of Mustard #FFD850
Tints of Mustard #FFD850
RGB
CMYK
RGB Variations
Color information
#FFD850 (or 0xFFD850) is known color: Mustard. HEX triplet: FF, D8 and 50. RGB value is (255,216,80). Sum of RGB (Red+Green+Blue) = 255+216+80=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 80 (31.64% from 255 or 14.52% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD850 is #0027AF. Grayscale: #D4D4D4. Windows color (decimal): -10160 or 5298431. OLE color: 5298431.
HSL color Cylindrical-coordinate representation of color #FFD850: hue angle of 46.63º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFD850 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 80 | - |
| CMYK | 0 | 0.15 | 0.69 | 0 |
| HSL | 46.63º | 1% | 0.66% | - |
| HSV(B) | 46.63º | 0.69% | 1% | - |
| XYZ | 67.24 | 70.95 | 17.74 | - |
| YUV | 212.16 | 53.42 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 80 | 0 | 0.15 | 0.69 | 0 | 46.63 | 1 | 0.66 |
| Hex | FF | D8 | 50 | 0 | F | 45 | 0 | 2F | 64 | 42 |
| Octal | 377 | 330 | 120 | 0 | 17 | 105 | 0 | 57 | 144 | 102 |
| Binary | 11111111 | 11011000 | 1010000 | 0 | 1111 | 1000101 | 0 | 101111 | 1100100 | 1000010 |
Color Harmonies of #FFD850
Complementary color
Monochromatic Colors of #FFD850
Black with #FFD850
Text Example
Text Example
White with #FFD850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD850; }
p { color: rgb(255,216,80); }
H1.HeaderClassName
{
color: #FFD850;
}
.AnyTagClassName
{
color: #FFD850;
}
</style>
background-color css
<style>
a { background-color: #FFD850; }
a { background-color: rgb(255,216,80); }
div.DivClassName
{
background-color: #FFD850;
}
.BgClassName
{
background-color: #FFD850;
}
</style>
border-color css
<style>
span { border-color: #FFD850; }
span { border-color: rgb(255,216,80); }
td.TdClassName
{
border-color: #FFD850;
}
.TagClassName
{
border-color: #FFD850;
}
</style>