Shades of Moon Yellow #F0BB13
Tints of Moon Yellow #F0BB13
RGB
CMYK
RGB Variations
Color information
#F0BB13 (or 0xF0BB13) is known color: Moon Yellow. HEX triplet: F0, BB and 13. RGB value is (240,187,19). Sum of RGB (Red+Green+Blue) = 240+187+19=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 19 (7.81% from 255 or 4.26% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BB13 is #0F44EC. Grayscale: #B8B8B8. Windows color (decimal): -1000685 or 1293296. OLE color: 1293296.
HSL color Cylindrical-coordinate representation of color #F0BB13: hue angle of 45.61º 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 #F0BB13 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 19 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.06 |
| HSL | 45.61º | 0.88% | 0.51% | - |
| HSV(B) | 45.61º | 0.92% | 0.94% | - |
| XYZ | 53.82 | 54.11 | 8.22 | - |
| YUV | 183.7 | 35.06 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 19 | 0 | 0.22 | 0.92 | 0.06 | 45.61 | 0.88 | 0.51 |
| Hex | F0 | BB | 13 | 0 | 16 | 5C | 6 | 2E | 58 | 33 |
| Octal | 360 | 273 | 23 | 0 | 26 | 134 | 6 | 56 | 130 | 63 |
| Binary | 11110000 | 10111011 | 10011 | 0 | 10110 | 1011100 | 110 | 101110 | 1011000 | 110011 |
Color Harmonies of #F0BB13
Complementary color
Monochromatic Colors of #F0BB13
Black with #F0BB13
Text Example
Text Example
White with #F0BB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BB13; }
p { color: rgb(240,187,19); }
H1.HeaderClassName
{
color: #F0BB13;
}
.AnyTagClassName
{
color: #F0BB13;
}
</style>
background-color css
<style>
a { background-color: #F0BB13; }
a { background-color: rgb(240,187,19); }
div.DivClassName
{
background-color: #F0BB13;
}
.BgClassName
{
background-color: #F0BB13;
}
</style>
border-color css
<style>
span { border-color: #F0BB13; }
span { border-color: rgb(240,187,19); }
td.TdClassName
{
border-color: #F0BB13;
}
.TagClassName
{
border-color: #F0BB13;
}
</style>