Shades of Moon Yellow #F0BE16
Tints of Moon Yellow #F0BE16
RGB
CMYK
RGB Variations
Color information
#F0BE16 (or 0xF0BE16) is known color: Moon Yellow. HEX triplet: F0, BE and 16. RGB value is (240,190,22). Sum of RGB (Red+Green+Blue) = 240+190+22=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 22 (8.98% from 255 or 4.87% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BE16 is #0F41E9. Grayscale: #BABABA. Windows color (decimal): -999914 or 1490672. OLE color: 1490672.
HSL color Cylindrical-coordinate representation of color #F0BE16: hue angle of 46.24º 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 #F0BE16 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 22 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.06 |
| HSL | 46.24º | 0.88% | 0.51% | - |
| HSV(B) | 46.24º | 0.91% | 0.94% | - |
| XYZ | 54.49 | 55.41 | 8.58 | - |
| YUV | 185.8 | 35.57 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 22 | 0 | 0.21 | 0.91 | 0.06 | 46.24 | 0.88 | 0.51 |
| Hex | F0 | BE | 16 | 0 | 15 | 5B | 6 | 2E | 58 | 33 |
| Octal | 360 | 276 | 26 | 0 | 25 | 133 | 6 | 56 | 130 | 63 |
| Binary | 11110000 | 10111110 | 10110 | 0 | 10101 | 1011011 | 110 | 101110 | 1011000 | 110011 |
Color Harmonies of #F0BE16
Complementary color
Monochromatic Colors of #F0BE16
Black with #F0BE16
Text Example
Text Example
White with #F0BE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BE16; }
p { color: rgb(240,190,22); }
H1.HeaderClassName
{
color: #F0BE16;
}
.AnyTagClassName
{
color: #F0BE16;
}
</style>
background-color css
<style>
a { background-color: #F0BE16; }
a { background-color: rgb(240,190,22); }
div.DivClassName
{
background-color: #F0BE16;
}
.BgClassName
{
background-color: #F0BE16;
}
</style>
border-color css
<style>
span { border-color: #F0BE16; }
span { border-color: rgb(240,190,22); }
td.TdClassName
{
border-color: #F0BE16;
}
.TagClassName
{
border-color: #F0BE16;
}
</style>