Shades of Moon Yellow #F2BA15
Tints of Moon Yellow #F2BA15
RGB
CMYK
RGB Variations
Color information
#F2BA15 (or 0xF2BA15) is known color: Moon Yellow. HEX triplet: F2, BA and 15. RGB value is (242,186,21). Sum of RGB (Red+Green+Blue) = 242+186+21=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 21 (8.59% from 255 or 4.68% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BA15 is #0D45EA. Grayscale: #B8B8B8. Windows color (decimal): -869867 or 1424114. OLE color: 1424114.
HSL color Cylindrical-coordinate representation of color #F2BA15: hue angle of 44.8º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2BA15 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 21 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.05 |
| HSL | 44.8º | 0.89% | 0.52% | - |
| HSV(B) | 44.8º | 0.91% | 0.95% | - |
| XYZ | 54.31 | 54.05 | 8.28 | - |
| YUV | 183.93 | 36.05 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 21 | 0 | 0.23 | 0.91 | 0.05 | 44.8 | 0.89 | 0.52 |
| Hex | F2 | BA | 15 | 0 | 17 | 5B | 5 | 2D | 59 | 34 |
| Octal | 362 | 272 | 25 | 0 | 27 | 133 | 5 | 55 | 131 | 64 |
| Binary | 11110010 | 10111010 | 10101 | 0 | 10111 | 1011011 | 101 | 101101 | 1011001 | 110100 |
Color Harmonies of #F2BA15
Complementary color
Monochromatic Colors of #F2BA15
Black with #F2BA15
Text Example
Text Example
White with #F2BA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA15; }
p { color: rgb(242,186,21); }
H1.HeaderClassName
{
color: #F2BA15;
}
.AnyTagClassName
{
color: #F2BA15;
}
</style>
background-color css
<style>
a { background-color: #F2BA15; }
a { background-color: rgb(242,186,21); }
div.DivClassName
{
background-color: #F2BA15;
}
.BgClassName
{
background-color: #F2BA15;
}
</style>
border-color css
<style>
span { border-color: #F2BA15; }
span { border-color: rgb(242,186,21); }
td.TdClassName
{
border-color: #F2BA15;
}
.TagClassName
{
border-color: #F2BA15;
}
</style>