Shades of Moon Yellow #F0BA1B
Tints of Moon Yellow #F0BA1B
RGB
CMYK
RGB Variations
Color information
#F0BA1B (or 0xF0BA1B) is known color: Moon Yellow. HEX triplet: F0, BA and 1B. RGB value is (240,186,27). Sum of RGB (Red+Green+Blue) = 240+186+27=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 27 (10.94% from 255 or 5.96% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BA1B is #0F45E4. Grayscale: #B8B8B8. Windows color (decimal): -1000933 or 1817328. OLE color: 1817328.
HSL color Cylindrical-coordinate representation of color #F0BA1B: hue angle of 44.79º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0BA1B is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 27 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.06 |
| HSL | 44.79º | 0.88% | 0.52% | - |
| HSV(B) | 44.79º | 0.89% | 0.94% | - |
| XYZ | 53.69 | 53.72 | 8.58 | - |
| YUV | 184.02 | 39.39 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 27 | 0 | 0.22 | 0.89 | 0.06 | 44.79 | 0.88 | 0.52 |
| Hex | F0 | BA | 1B | 0 | 16 | 59 | 6 | 2D | 58 | 34 |
| Octal | 360 | 272 | 33 | 0 | 26 | 131 | 6 | 55 | 130 | 64 |
| Binary | 11110000 | 10111010 | 11011 | 0 | 10110 | 1011001 | 110 | 101101 | 1011000 | 110100 |
Color Harmonies of #F0BA1B
Complementary color
Monochromatic Colors of #F0BA1B
Black with #F0BA1B
Text Example
Text Example
White with #F0BA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BA1B; }
p { color: rgb(240,186,27); }
H1.HeaderClassName
{
color: #F0BA1B;
}
.AnyTagClassName
{
color: #F0BA1B;
}
</style>
background-color css
<style>
a { background-color: #F0BA1B; }
a { background-color: rgb(240,186,27); }
div.DivClassName
{
background-color: #F0BA1B;
}
.BgClassName
{
background-color: #F0BA1B;
}
</style>
border-color css
<style>
span { border-color: #F0BA1B; }
span { border-color: rgb(240,186,27); }
td.TdClassName
{
border-color: #F0BA1B;
}
.TagClassName
{
border-color: #F0BA1B;
}
</style>