Shades of Moon Yellow #F0BA1C
Tints of Moon Yellow #F0BA1C
RGB
CMYK
RGB Variations
Color information
#F0BA1C (or 0xF0BA1C) is known color: Moon Yellow. HEX triplet: F0, BA and 1C. RGB value is (240,186,28). Sum of RGB (Red+Green+Blue) = 240+186+28=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 28 (11.33% from 255 or 6.17% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BA1C is #0F45E3. Grayscale: #B8B8B8. Windows color (decimal): -1000932 or 1882864. OLE color: 1882864.
HSL color Cylindrical-coordinate representation of color #F0BA1C: hue angle of 44.72º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0BA1C is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 28 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.06 |
| HSL | 44.72º | 0.88% | 0.53% | - |
| HSV(B) | 44.72º | 0.88% | 0.94% | - |
| XYZ | 53.7 | 53.73 | 8.64 | - |
| YUV | 184.13 | 39.89 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 28 | 0 | 0.22 | 0.88 | 0.06 | 44.72 | 0.88 | 0.53 |
| Hex | F0 | BA | 1C | 0 | 16 | 58 | 6 | 2D | 58 | 35 |
| Octal | 360 | 272 | 34 | 0 | 26 | 130 | 6 | 55 | 130 | 65 |
| Binary | 11110000 | 10111010 | 11100 | 0 | 10110 | 1011000 | 110 | 101101 | 1011000 | 110101 |
Color Harmonies of #F0BA1C
Complementary color
Monochromatic Colors of #F0BA1C
Black with #F0BA1C
Text Example
Text Example
White with #F0BA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BA1C; }
p { color: rgb(240,186,28); }
H1.HeaderClassName
{
color: #F0BA1C;
}
.AnyTagClassName
{
color: #F0BA1C;
}
</style>
background-color css
<style>
a { background-color: #F0BA1C; }
a { background-color: rgb(240,186,28); }
div.DivClassName
{
background-color: #F0BA1C;
}
.BgClassName
{
background-color: #F0BA1C;
}
</style>
border-color css
<style>
span { border-color: #F0BA1C; }
span { border-color: rgb(240,186,28); }
td.TdClassName
{
border-color: #F0BA1C;
}
.TagClassName
{
border-color: #F0BA1C;
}
</style>