Shades of Moon Yellow #F0BD12
Tints of Moon Yellow #F0BD12
RGB
CMYK
RGB Variations
Color information
#F0BD12 (or 0xF0BD12) is known color: Moon Yellow. HEX triplet: F0, BD and 12. RGB value is (240,189,18). Sum of RGB (Red+Green+Blue) = 240+189+18=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BD12 is #0F42ED. Grayscale: #B9B9B9. Windows color (decimal): -1000174 or 1228272. OLE color: 1228272.
HSL color Cylindrical-coordinate representation of color #F0BD12: hue angle of 46.22º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0BD12 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 18 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.06 |
| HSL | 46.22º | 0.88% | 0.51% | - |
| HSV(B) | 46.22º | 0.93% | 0.94% | - |
| XYZ | 54.24 | 54.96 | 8.32 | - |
| YUV | 184.76 | 33.9 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 18 | 0 | 0.21 | 0.92 | 0.06 | 46.22 | 0.88 | 0.51 |
| Hex | F0 | BD | 12 | 0 | 15 | 5C | 6 | 2E | 58 | 33 |
| Octal | 360 | 275 | 22 | 0 | 25 | 134 | 6 | 56 | 130 | 63 |
| Binary | 11110000 | 10111101 | 10010 | 0 | 10101 | 1011100 | 110 | 101110 | 1011000 | 110011 |
Color Harmonies of #F0BD12
Complementary color
Monochromatic Colors of #F0BD12
Black with #F0BD12
Text Example
Text Example
White with #F0BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BD12; }
p { color: rgb(240,189,18); }
H1.HeaderClassName
{
color: #F0BD12;
}
.AnyTagClassName
{
color: #F0BD12;
}
</style>
background-color css
<style>
a { background-color: #F0BD12; }
a { background-color: rgb(240,189,18); }
div.DivClassName
{
background-color: #F0BD12;
}
.BgClassName
{
background-color: #F0BD12;
}
</style>
border-color css
<style>
span { border-color: #F0BD12; }
span { border-color: rgb(240,189,18); }
td.TdClassName
{
border-color: #F0BD12;
}
.TagClassName
{
border-color: #F0BD12;
}
</style>