Shades of Moon Yellow #F2BA10
Tints of Moon Yellow #F2BA10
RGB
CMYK
RGB Variations
Color information
#F2BA10 (or 0xF2BA10) is known color: Moon Yellow. HEX triplet: F2, BA and 10. RGB value is (242,186,16). Sum of RGB (Red+Green+Blue) = 242+186+16=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 16 (6.64% from 255 or 3.60% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BA10 is #0D45EF. Grayscale: #B8B8B8. Windows color (decimal): -869872 or 1096434. OLE color: 1096434.
HSL color Cylindrical-coordinate representation of color #F2BA10: hue angle of 45.13º 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 #F2BA10 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 16 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.05 |
| HSL | 45.13º | 0.9% | 0.51% | - |
| HSV(B) | 45.13º | 0.93% | 0.95% | - |
| XYZ | 54.27 | 54.03 | 8.06 | - |
| YUV | 183.36 | 33.55 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 16 | 0 | 0.23 | 0.93 | 0.05 | 45.13 | 0.9 | 0.51 |
| Hex | F2 | BA | 10 | 0 | 17 | 5D | 5 | 2D | 5A | 33 |
| Octal | 362 | 272 | 20 | 0 | 27 | 135 | 5 | 55 | 132 | 63 |
| Binary | 11110010 | 10111010 | 10000 | 0 | 10111 | 1011101 | 101 | 101101 | 1011010 | 110011 |
Color Harmonies of #F2BA10
Complementary color
Monochromatic Colors of #F2BA10
Black with #F2BA10
Text Example
Text Example
White with #F2BA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA10; }
p { color: rgb(242,186,16); }
H1.HeaderClassName
{
color: #F2BA10;
}
.AnyTagClassName
{
color: #F2BA10;
}
</style>
background-color css
<style>
a { background-color: #F2BA10; }
a { background-color: rgb(242,186,16); }
div.DivClassName
{
background-color: #F2BA10;
}
.BgClassName
{
background-color: #F2BA10;
}
</style>
border-color css
<style>
span { border-color: #F2BA10; }
span { border-color: rgb(242,186,16); }
td.TdClassName
{
border-color: #F2BA10;
}
.TagClassName
{
border-color: #F2BA10;
}
</style>