Shades of Moon Yellow #F0BE13
Tints of Moon Yellow #F0BE13
RGB
CMYK
RGB Variations
Color information
#F0BE13 (or 0xF0BE13) is known color: Moon Yellow. HEX triplet: F0, BE and 13. RGB value is (240,190,19). Sum of RGB (Red+Green+Blue) = 240+190+19=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 19 (7.81% from 255 or 4.23% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BE13 is #0F41EC. Grayscale: #BABABA. Windows color (decimal): -999917 or 1294064. OLE color: 1294064.
HSL color Cylindrical-coordinate representation of color #F0BE13: hue angle of 46.43º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0BE13 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 19 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.06 |
| HSL | 46.43º | 0.88% | 0.51% | - |
| HSV(B) | 46.43º | 0.92% | 0.94% | - |
| XYZ | 54.47 | 55.4 | 8.44 | - |
| YUV | 185.46 | 34.07 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 19 | 0 | 0.21 | 0.92 | 0.06 | 46.43 | 0.88 | 0.51 |
| Hex | F0 | BE | 13 | 0 | 15 | 5C | 6 | 2E | 58 | 33 |
| Octal | 360 | 276 | 23 | 0 | 25 | 134 | 6 | 56 | 130 | 63 |
| Binary | 11110000 | 10111110 | 10011 | 0 | 10101 | 1011100 | 110 | 101110 | 1011000 | 110011 |
Color Harmonies of #F0BE13
Complementary color
Monochromatic Colors of #F0BE13
Black with #F0BE13
Text Example
Text Example
White with #F0BE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BE13; }
p { color: rgb(240,190,19); }
H1.HeaderClassName
{
color: #F0BE13;
}
.AnyTagClassName
{
color: #F0BE13;
}
</style>
background-color css
<style>
a { background-color: #F0BE13; }
a { background-color: rgb(240,190,19); }
div.DivClassName
{
background-color: #F0BE13;
}
.BgClassName
{
background-color: #F0BE13;
}
</style>
border-color css
<style>
span { border-color: #F0BE13; }
span { border-color: rgb(240,190,19); }
td.TdClassName
{
border-color: #F0BE13;
}
.TagClassName
{
border-color: #F0BE13;
}
</style>