Shades of Moon Yellow #F2BA12
Tints of Moon Yellow #F2BA12
RGB
CMYK
RGB Variations
Color information
#F2BA12 (or 0xF2BA12) is known color: Moon Yellow. HEX triplet: F2, BA and 12. RGB value is (242,186,18). Sum of RGB (Red+Green+Blue) = 242+186+18=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 18 (7.42% from 255 or 4.04% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BA12 is #0D45ED. Grayscale: #B8B8B8. Windows color (decimal): -869870 or 1227506. OLE color: 1227506.
HSL color Cylindrical-coordinate representation of color #F2BA12: hue angle of 45º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2BA12 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 18 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.05 |
| HSL | 45º | 0.9% | 0.51% | - |
| HSV(B) | 45º | 0.93% | 0.95% | - |
| XYZ | 54.29 | 54.04 | 8.14 | - |
| YUV | 183.59 | 34.55 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 18 | 0 | 0.23 | 0.93 | 0.05 | 45 | 0.9 | 0.51 |
| Hex | F2 | BA | 12 | 0 | 17 | 5D | 5 | 2D | 5A | 33 |
| Octal | 362 | 272 | 22 | 0 | 27 | 135 | 5 | 55 | 132 | 63 |
| Binary | 11110010 | 10111010 | 10010 | 0 | 10111 | 1011101 | 101 | 101101 | 1011010 | 110011 |
Color Harmonies of #F2BA12
Complementary color
Monochromatic Colors of #F2BA12
Black with #F2BA12
Text Example
Text Example
White with #F2BA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA12; }
p { color: rgb(242,186,18); }
H1.HeaderClassName
{
color: #F2BA12;
}
.AnyTagClassName
{
color: #F2BA12;
}
</style>
background-color css
<style>
a { background-color: #F2BA12; }
a { background-color: rgb(242,186,18); }
div.DivClassName
{
background-color: #F2BA12;
}
.BgClassName
{
background-color: #F2BA12;
}
</style>
border-color css
<style>
span { border-color: #F2BA12; }
span { border-color: rgb(242,186,18); }
td.TdClassName
{
border-color: #F2BA12;
}
.TagClassName
{
border-color: #F2BA12;
}
</style>