Shades of Moon Yellow #F0BD0F
Tints of Moon Yellow #F0BD0F
RGB
CMYK
RGB Variations
Color information
#F0BD0F (or 0xF0BD0F) is known color: Moon Yellow. HEX triplet: F0, BD and 0F. RGB value is (240,189,15). Sum of RGB (Red+Green+Blue) = 240+189+15=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 15 (6.25% from 255 or 3.38% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BD0F is #0F42F0. Grayscale: #B9B9B9. Windows color (decimal): -1000177 or 1031664. OLE color: 1031664.
HSL color Cylindrical-coordinate representation of color #F0BD0F: hue angle of 46.4º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0BD0F is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 15 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.06 |
| HSL | 46.4º | 0.88% | 0.5% | - |
| HSV(B) | 46.4º | 0.94% | 0.94% | - |
| XYZ | 54.22 | 54.95 | 8.2 | - |
| YUV | 184.41 | 32.4 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 15 | 0 | 0.21 | 0.94 | 0.06 | 46.4 | 0.88 | 0.5 |
| Hex | F0 | BD | F | 0 | 15 | 5E | 6 | 2E | 58 | 32 |
| Octal | 360 | 275 | 17 | 0 | 25 | 136 | 6 | 56 | 130 | 62 |
| Binary | 11110000 | 10111101 | 1111 | 0 | 10101 | 1011110 | 110 | 101110 | 1011000 | 110010 |
Color Harmonies of #F0BD0F
Complementary color
Monochromatic Colors of #F0BD0F
Black with #F0BD0F
Text Example
Text Example
White with #F0BD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BD0F; }
p { color: rgb(240,189,15); }
H1.HeaderClassName
{
color: #F0BD0F;
}
.AnyTagClassName
{
color: #F0BD0F;
}
</style>
background-color css
<style>
a { background-color: #F0BD0F; }
a { background-color: rgb(240,189,15); }
div.DivClassName
{
background-color: #F0BD0F;
}
.BgClassName
{
background-color: #F0BD0F;
}
</style>
border-color css
<style>
span { border-color: #F0BD0F; }
span { border-color: rgb(240,189,15); }
td.TdClassName
{
border-color: #F0BD0F;
}
.TagClassName
{
border-color: #F0BD0F;
}
</style>