Shades of Moon Yellow #F0BF10
Tints of Moon Yellow #F0BF10
RGB
CMYK
RGB Variations
Color information
#F0BF10 (or 0xF0BF10) is known color: Moon Yellow. HEX triplet: F0, BF and 10. RGB value is (240,191,16). Sum of RGB (Red+Green+Blue) = 240+191+16=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 16 (6.64% from 255 or 3.58% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BF10 is #0F40EF. Grayscale: #BABABA. Windows color (decimal): -999664 or 1097712. OLE color: 1097712.
HSL color Cylindrical-coordinate representation of color #F0BF10: hue angle of 46.88º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0BF10 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 16 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.06 |
| HSL | 46.88º | 0.88% | 0.5% | - |
| HSV(B) | 46.88º | 0.93% | 0.94% | - |
| XYZ | 54.66 | 55.82 | 8.38 | - |
| YUV | 185.7 | 32.23 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 16 | 0 | 0.20 | 0.93 | 0.06 | 46.88 | 0.88 | 0.5 |
| Hex | F0 | BF | 10 | 0 | 14 | 5D | 6 | 2F | 58 | 32 |
| Octal | 360 | 277 | 20 | 0 | 24 | 135 | 6 | 57 | 130 | 62 |
| Binary | 11110000 | 10111111 | 10000 | 0 | 10100 | 1011101 | 110 | 101111 | 1011000 | 110010 |
Color Harmonies of #F0BF10
Complementary color
Monochromatic Colors of #F0BF10
Black with #F0BF10
Text Example
Text Example
White with #F0BF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF10; }
p { color: rgb(240,191,16); }
H1.HeaderClassName
{
color: #F0BF10;
}
.AnyTagClassName
{
color: #F0BF10;
}
</style>
background-color css
<style>
a { background-color: #F0BF10; }
a { background-color: rgb(240,191,16); }
div.DivClassName
{
background-color: #F0BF10;
}
.BgClassName
{
background-color: #F0BF10;
}
</style>
border-color css
<style>
span { border-color: #F0BF10; }
span { border-color: rgb(240,191,16); }
td.TdClassName
{
border-color: #F0BF10;
}
.TagClassName
{
border-color: #F0BF10;
}
</style>