Shades of Moon Yellow #F0BC16
Tints of Moon Yellow #F0BC16
RGB
CMYK
RGB Variations
Color information
#F0BC16 (or 0xF0BC16) is known color: Moon Yellow. HEX triplet: F0, BC and 16. RGB value is (240,188,22). Sum of RGB (Red+Green+Blue) = 240+188+22=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 22 (8.98% from 255 or 4.89% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BC16 is #0F43E9. Grayscale: #B9B9B9. Windows color (decimal): -1000426 or 1490160. OLE color: 1490160.
HSL color Cylindrical-coordinate representation of color #F0BC16: hue angle of 45.69º 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 #F0BC16 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 22 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.06 |
| HSL | 45.69º | 0.88% | 0.51% | - |
| HSV(B) | 45.69º | 0.91% | 0.94% | - |
| XYZ | 54.06 | 54.55 | 8.44 | - |
| YUV | 184.62 | 36.23 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 22 | 0 | 0.22 | 0.91 | 0.06 | 45.69 | 0.88 | 0.51 |
| Hex | F0 | BC | 16 | 0 | 16 | 5B | 6 | 2E | 58 | 33 |
| Octal | 360 | 274 | 26 | 0 | 26 | 133 | 6 | 56 | 130 | 63 |
| Binary | 11110000 | 10111100 | 10110 | 0 | 10110 | 1011011 | 110 | 101110 | 1011000 | 110011 |
Color Harmonies of #F0BC16
Complementary color
Monochromatic Colors of #F0BC16
Black with #F0BC16
Text Example
Text Example
White with #F0BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC16; }
p { color: rgb(240,188,22); }
H1.HeaderClassName
{
color: #F0BC16;
}
.AnyTagClassName
{
color: #F0BC16;
}
</style>
background-color css
<style>
a { background-color: #F0BC16; }
a { background-color: rgb(240,188,22); }
div.DivClassName
{
background-color: #F0BC16;
}
.BgClassName
{
background-color: #F0BC16;
}
</style>
border-color css
<style>
span { border-color: #F0BC16; }
span { border-color: rgb(240,188,22); }
td.TdClassName
{
border-color: #F0BC16;
}
.TagClassName
{
border-color: #F0BC16;
}
</style>