Shades of Moon Yellow #F0BF15
Tints of Moon Yellow #F0BF15
RGB
CMYK
RGB Variations
Color information
#F0BF15 (or 0xF0BF15) is known color: Moon Yellow. HEX triplet: F0, BF and 15. RGB value is (240,191,21). Sum of RGB (Red+Green+Blue) = 240+191+21=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 21 (8.59% from 255 or 4.65% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BF15 is #0F40EA. Grayscale: #BBBBBB. Windows color (decimal): -999659 or 1425392. OLE color: 1425392.
HSL color Cylindrical-coordinate representation of color #F0BF15: hue angle of 46.58º 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 #F0BF15 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 21 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.06 |
| HSL | 46.58º | 0.88% | 0.51% | - |
| HSV(B) | 46.58º | 0.91% | 0.94% | - |
| XYZ | 54.7 | 55.84 | 8.6 | - |
| YUV | 186.27 | 34.73 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 21 | 0 | 0.20 | 0.91 | 0.06 | 46.58 | 0.88 | 0.51 |
| Hex | F0 | BF | 15 | 0 | 14 | 5B | 6 | 2F | 58 | 33 |
| Octal | 360 | 277 | 25 | 0 | 24 | 133 | 6 | 57 | 130 | 63 |
| Binary | 11110000 | 10111111 | 10101 | 0 | 10100 | 1011011 | 110 | 101111 | 1011000 | 110011 |
Color Harmonies of #F0BF15
Complementary color
Monochromatic Colors of #F0BF15
Black with #F0BF15
Text Example
Text Example
White with #F0BF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF15; }
p { color: rgb(240,191,21); }
H1.HeaderClassName
{
color: #F0BF15;
}
.AnyTagClassName
{
color: #F0BF15;
}
</style>
background-color css
<style>
a { background-color: #F0BF15; }
a { background-color: rgb(240,191,21); }
div.DivClassName
{
background-color: #F0BF15;
}
.BgClassName
{
background-color: #F0BF15;
}
</style>
border-color css
<style>
span { border-color: #F0BF15; }
span { border-color: rgb(240,191,21); }
td.TdClassName
{
border-color: #F0BF15;
}
.TagClassName
{
border-color: #F0BF15;
}
</style>