Shades of Moon Yellow #F0BC15
Tints of Moon Yellow #F0BC15
RGB
CMYK
RGB Variations
Color information
#F0BC15 (or 0xF0BC15) is known color: Moon Yellow. HEX triplet: F0, BC and 15. RGB value is (240,188,21). Sum of RGB (Red+Green+Blue) = 240+188+21=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 21 (8.59% from 255 or 4.68% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BC15 is #0F43EA. Grayscale: #B9B9B9. Windows color (decimal): -1000427 or 1424624. OLE color: 1424624.
HSL color Cylindrical-coordinate representation of color #F0BC15: hue angle of 45.75º 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 #F0BC15 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 21 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.06 |
| HSL | 45.75º | 0.88% | 0.51% | - |
| HSV(B) | 45.75º | 0.91% | 0.94% | - |
| XYZ | 54.05 | 54.55 | 8.39 | - |
| YUV | 184.51 | 35.73 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 21 | 0 | 0.22 | 0.91 | 0.06 | 45.75 | 0.88 | 0.51 |
| Hex | F0 | BC | 15 | 0 | 16 | 5B | 6 | 2E | 58 | 33 |
| Octal | 360 | 274 | 25 | 0 | 26 | 133 | 6 | 56 | 130 | 63 |
| Binary | 11110000 | 10111100 | 10101 | 0 | 10110 | 1011011 | 110 | 101110 | 1011000 | 110011 |
Color Harmonies of #F0BC15
Complementary color
Monochromatic Colors of #F0BC15
Black with #F0BC15
Text Example
Text Example
White with #F0BC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC15; }
p { color: rgb(240,188,21); }
H1.HeaderClassName
{
color: #F0BC15;
}
.AnyTagClassName
{
color: #F0BC15;
}
</style>
background-color css
<style>
a { background-color: #F0BC15; }
a { background-color: rgb(240,188,21); }
div.DivClassName
{
background-color: #F0BC15;
}
.BgClassName
{
background-color: #F0BC15;
}
</style>
border-color css
<style>
span { border-color: #F0BC15; }
span { border-color: rgb(240,188,21); }
td.TdClassName
{
border-color: #F0BC15;
}
.TagClassName
{
border-color: #F0BC15;
}
</style>