Shades of Moon Yellow #F0BE12
Tints of Moon Yellow #F0BE12
RGB
CMYK
RGB Variations
Color information
#F0BE12 (or 0xF0BE12) is known color: Moon Yellow. HEX triplet: F0, BE and 12. RGB value is (240,190,18). Sum of RGB (Red+Green+Blue) = 240+190+18=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 18 (7.42% from 255 or 4.02% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BE12 is #0F41ED. Grayscale: #BABABA. Windows color (decimal): -999918 or 1228528. OLE color: 1228528.
HSL color Cylindrical-coordinate representation of color #F0BE12: hue angle of 46.49º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0BE12 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 18 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.06 |
| HSL | 46.49º | 0.88% | 0.51% | - |
| HSV(B) | 46.49º | 0.93% | 0.94% | - |
| XYZ | 54.46 | 55.4 | 8.39 | - |
| YUV | 185.34 | 33.57 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 18 | 0 | 0.21 | 0.92 | 0.06 | 46.49 | 0.88 | 0.51 |
| Hex | F0 | BE | 12 | 0 | 15 | 5C | 6 | 2E | 58 | 33 |
| Octal | 360 | 276 | 22 | 0 | 25 | 134 | 6 | 56 | 130 | 63 |
| Binary | 11110000 | 10111110 | 10010 | 0 | 10101 | 1011100 | 110 | 101110 | 1011000 | 110011 |
Color Harmonies of #F0BE12
Complementary color
Monochromatic Colors of #F0BE12
Black with #F0BE12
Text Example
Text Example
White with #F0BE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BE12; }
p { color: rgb(240,190,18); }
H1.HeaderClassName
{
color: #F0BE12;
}
.AnyTagClassName
{
color: #F0BE12;
}
</style>
background-color css
<style>
a { background-color: #F0BE12; }
a { background-color: rgb(240,190,18); }
div.DivClassName
{
background-color: #F0BE12;
}
.BgClassName
{
background-color: #F0BE12;
}
</style>
border-color css
<style>
span { border-color: #F0BE12; }
span { border-color: rgb(240,190,18); }
td.TdClassName
{
border-color: #F0BE12;
}
.TagClassName
{
border-color: #F0BE12;
}
</style>