Shades of Moon Yellow #F0BA15
Tints of Moon Yellow #F0BA15
RGB
CMYK
RGB Variations
Color information
#F0BA15 (or 0xF0BA15) is known color: Moon Yellow. HEX triplet: F0, BA and 15. RGB value is (240,186,21). Sum of RGB (Red+Green+Blue) = 240+186+21=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 21 (8.59% from 255 or 4.70% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BA15 is #0F45EA. Grayscale: #B8B8B8. Windows color (decimal): -1000939 or 1424112. OLE color: 1424112.
HSL color Cylindrical-coordinate representation of color #F0BA15: hue angle of 45.21º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0BA15 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 21 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.06 |
| HSL | 45.21º | 0.88% | 0.51% | - |
| HSV(B) | 45.21º | 0.91% | 0.94% | - |
| XYZ | 53.63 | 53.7 | 8.25 | - |
| YUV | 183.34 | 36.39 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 21 | 0 | 0.22 | 0.91 | 0.06 | 45.21 | 0.88 | 0.51 |
| Hex | F0 | BA | 15 | 0 | 16 | 5B | 6 | 2D | 58 | 33 |
| Octal | 360 | 272 | 25 | 0 | 26 | 133 | 6 | 55 | 130 | 63 |
| Binary | 11110000 | 10111010 | 10101 | 0 | 10110 | 1011011 | 110 | 101101 | 1011000 | 110011 |
Color Harmonies of #F0BA15
Complementary color
Monochromatic Colors of #F0BA15
Black with #F0BA15
Text Example
Text Example
White with #F0BA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BA15; }
p { color: rgb(240,186,21); }
H1.HeaderClassName
{
color: #F0BA15;
}
.AnyTagClassName
{
color: #F0BA15;
}
</style>
background-color css
<style>
a { background-color: #F0BA15; }
a { background-color: rgb(240,186,21); }
div.DivClassName
{
background-color: #F0BA15;
}
.BgClassName
{
background-color: #F0BA15;
}
</style>
border-color css
<style>
span { border-color: #F0BA15; }
span { border-color: rgb(240,186,21); }
td.TdClassName
{
border-color: #F0BA15;
}
.TagClassName
{
border-color: #F0BA15;
}
</style>