Shades of Moon Yellow #F0BF1E
Tints of Moon Yellow #F0BF1E
RGB
CMYK
RGB Variations
Color information
#F0BF1E (or 0xF0BF1E) is known color: Moon Yellow. HEX triplet: F0, BF and 1E. RGB value is (240,191,30). Sum of RGB (Red+Green+Blue) = 240+191+30=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 30 (12.11% from 255 or 6.51% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BF1E is #0F40E1. Grayscale: #BBBBBB. Windows color (decimal): -999650 or 2015216. OLE color: 2015216.
HSL color Cylindrical-coordinate representation of color #F0BF1E: hue angle of 46º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0BF1E is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 30 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.06 |
| HSL | 46º | 0.88% | 0.53% | - |
| HSV(B) | 46º | 0.88% | 0.94% | - |
| XYZ | 54.8 | 55.88 | 9.13 | - |
| YUV | 187.3 | 39.23 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 30 | 0 | 0.20 | 0.87 | 0.06 | 46 | 0.88 | 0.53 |
| Hex | F0 | BF | 1E | 0 | 14 | 57 | 6 | 2E | 58 | 35 |
| Octal | 360 | 277 | 36 | 0 | 24 | 127 | 6 | 56 | 130 | 65 |
| Binary | 11110000 | 10111111 | 11110 | 0 | 10100 | 1010111 | 110 | 101110 | 1011000 | 110101 |
Color Harmonies of #F0BF1E
Complementary color
Monochromatic Colors of #F0BF1E
Black with #F0BF1E
Text Example
Text Example
White with #F0BF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF1E; }
p { color: rgb(240,191,30); }
H1.HeaderClassName
{
color: #F0BF1E;
}
.AnyTagClassName
{
color: #F0BF1E;
}
</style>
background-color css
<style>
a { background-color: #F0BF1E; }
a { background-color: rgb(240,191,30); }
div.DivClassName
{
background-color: #F0BF1E;
}
.BgClassName
{
background-color: #F0BF1E;
}
</style>
border-color css
<style>
span { border-color: #F0BF1E; }
span { border-color: rgb(240,191,30); }
td.TdClassName
{
border-color: #F0BF1E;
}
.TagClassName
{
border-color: #F0BF1E;
}
</style>