Shades of Moon Yellow #F0BA20
Tints of Moon Yellow #F0BA20
RGB
CMYK
RGB Variations
Color information
#F0BA20 (or 0xF0BA20) is known color: Moon Yellow. HEX triplet: F0, BA and 20. RGB value is (240,186,32). Sum of RGB (Red+Green+Blue) = 240+186+32=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 32 (12.89% from 255 or 6.99% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BA20 is #0F45DF. Grayscale: #B9B9B9. Windows color (decimal): -1000928 or 2145008. OLE color: 2145008.
HSL color Cylindrical-coordinate representation of color #F0BA20: hue angle of 44.42º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0BA20 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 32 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.06 |
| HSL | 44.42º | 0.87% | 0.53% | - |
| HSV(B) | 44.42º | 0.87% | 0.94% | - |
| XYZ | 53.75 | 53.75 | 8.91 | - |
| YUV | 184.59 | 41.89 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 32 | 0 | 0.22 | 0.87 | 0.06 | 44.42 | 0.87 | 0.53 |
| Hex | F0 | BA | 20 | 0 | 16 | 57 | 6 | 2C | 57 | 35 |
| Octal | 360 | 272 | 40 | 0 | 26 | 127 | 6 | 54 | 127 | 65 |
| Binary | 11110000 | 10111010 | 100000 | 0 | 10110 | 1010111 | 110 | 101100 | 1010111 | 110101 |
Color Harmonies of #F0BA20
Complementary color
Monochromatic Colors of #F0BA20
Black with #F0BA20
Text Example
Text Example
White with #F0BA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BA20; }
p { color: rgb(240,186,32); }
H1.HeaderClassName
{
color: #F0BA20;
}
.AnyTagClassName
{
color: #F0BA20;
}
</style>
background-color css
<style>
a { background-color: #F0BA20; }
a { background-color: rgb(240,186,32); }
div.DivClassName
{
background-color: #F0BA20;
}
.BgClassName
{
background-color: #F0BA20;
}
</style>
border-color css
<style>
span { border-color: #F0BA20; }
span { border-color: rgb(240,186,32); }
td.TdClassName
{
border-color: #F0BA20;
}
.TagClassName
{
border-color: #F0BA20;
}
</style>