Shades of Moon Yellow #F0BF16
Tints of Moon Yellow #F0BF16
RGB
CMYK
RGB Variations
Color information
#F0BF16 (or 0xF0BF16) is known color: Moon Yellow. HEX triplet: F0, BF and 16. RGB value is (240,191,22). Sum of RGB (Red+Green+Blue) = 240+191+22=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BF16 is #0F40E9. Grayscale: #BBBBBB. Windows color (decimal): -999658 or 1490928. OLE color: 1490928.
HSL color Cylindrical-coordinate representation of color #F0BF16: hue angle of 46.51º 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 #F0BF16 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 22 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.06 |
| HSL | 46.51º | 0.88% | 0.51% | - |
| HSV(B) | 46.51º | 0.91% | 0.94% | - |
| XYZ | 54.71 | 55.84 | 8.65 | - |
| YUV | 186.39 | 35.23 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 22 | 0 | 0.20 | 0.91 | 0.06 | 46.51 | 0.88 | 0.51 |
| Hex | F0 | BF | 16 | 0 | 14 | 5B | 6 | 2F | 58 | 33 |
| Octal | 360 | 277 | 26 | 0 | 24 | 133 | 6 | 57 | 130 | 63 |
| Binary | 11110000 | 10111111 | 10110 | 0 | 10100 | 1011011 | 110 | 101111 | 1011000 | 110011 |
Color Harmonies of #F0BF16
Complementary color
Monochromatic Colors of #F0BF16
Black with #F0BF16
Text Example
Text Example
White with #F0BF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF16; }
p { color: rgb(240,191,22); }
H1.HeaderClassName
{
color: #F0BF16;
}
.AnyTagClassName
{
color: #F0BF16;
}
</style>
background-color css
<style>
a { background-color: #F0BF16; }
a { background-color: rgb(240,191,22); }
div.DivClassName
{
background-color: #F0BF16;
}
.BgClassName
{
background-color: #F0BF16;
}
</style>
border-color css
<style>
span { border-color: #F0BF16; }
span { border-color: rgb(240,191,22); }
td.TdClassName
{
border-color: #F0BF16;
}
.TagClassName
{
border-color: #F0BF16;
}
</style>