Shades of Moon Yellow #F0BA14
Tints of Moon Yellow #F0BA14
RGB
CMYK
RGB Variations
Color information
#F0BA14 (or 0xF0BA14) is known color: Moon Yellow. HEX triplet: F0, BA and 14. RGB value is (240,186,20). Sum of RGB (Red+Green+Blue) = 240+186+20=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 20 (8.20% from 255 or 4.48% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BA14 is #0F45EB. Grayscale: #B7B7B7. Windows color (decimal): -1000940 or 1358576. OLE color: 1358576.
HSL color Cylindrical-coordinate representation of color #F0BA14: hue angle of 45.27º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0BA14 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 20 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.06 |
| HSL | 45.27º | 0.88% | 0.51% | - |
| HSV(B) | 45.27º | 0.92% | 0.94% | - |
| XYZ | 53.62 | 53.69 | 8.2 | - |
| YUV | 183.22 | 35.89 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 20 | 0 | 0.22 | 0.92 | 0.06 | 45.27 | 0.88 | 0.51 |
| Hex | F0 | BA | 14 | 0 | 16 | 5C | 6 | 2D | 58 | 33 |
| Octal | 360 | 272 | 24 | 0 | 26 | 134 | 6 | 55 | 130 | 63 |
| Binary | 11110000 | 10111010 | 10100 | 0 | 10110 | 1011100 | 110 | 101101 | 1011000 | 110011 |
Color Harmonies of #F0BA14
Complementary color
Monochromatic Colors of #F0BA14
Black with #F0BA14
Text Example
Text Example
White with #F0BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BA14; }
p { color: rgb(240,186,20); }
H1.HeaderClassName
{
color: #F0BA14;
}
.AnyTagClassName
{
color: #F0BA14;
}
</style>
background-color css
<style>
a { background-color: #F0BA14; }
a { background-color: rgb(240,186,20); }
div.DivClassName
{
background-color: #F0BA14;
}
.BgClassName
{
background-color: #F0BA14;
}
</style>
border-color css
<style>
span { border-color: #F0BA14; }
span { border-color: rgb(240,186,20); }
td.TdClassName
{
border-color: #F0BA14;
}
.TagClassName
{
border-color: #F0BA14;
}
</style>