Shades of Moon Yellow #F2BA1A
Tints of Moon Yellow #F2BA1A
RGB
CMYK
RGB Variations
Color information
#F2BA1A (or 0xF2BA1A) is known color: Moon Yellow. HEX triplet: F2, BA and 1A. RGB value is (242,186,26). Sum of RGB (Red+Green+Blue) = 242+186+26=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 26 (10.55% from 255 or 5.73% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BA1A is #0D45E5. Grayscale: #B9B9B9. Windows color (decimal): -869862 or 1751794. OLE color: 1751794.
HSL color Cylindrical-coordinate representation of color #F2BA1A: hue angle of 44.44º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2BA1A is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 26 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.05 |
| HSL | 44.44º | 0.89% | 0.53% | - |
| HSV(B) | 44.44º | 0.89% | 0.95% | - |
| XYZ | 54.36 | 54.07 | 8.55 | - |
| YUV | 184.5 | 38.55 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 26 | 0 | 0.23 | 0.89 | 0.05 | 44.44 | 0.89 | 0.53 |
| Hex | F2 | BA | 1A | 0 | 17 | 59 | 5 | 2C | 59 | 35 |
| Octal | 362 | 272 | 32 | 0 | 27 | 131 | 5 | 54 | 131 | 65 |
| Binary | 11110010 | 10111010 | 11010 | 0 | 10111 | 1011001 | 101 | 101100 | 1011001 | 110101 |
Color Harmonies of #F2BA1A
Complementary color
Monochromatic Colors of #F2BA1A
Black with #F2BA1A
Text Example
Text Example
White with #F2BA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA1A; }
p { color: rgb(242,186,26); }
H1.HeaderClassName
{
color: #F2BA1A;
}
.AnyTagClassName
{
color: #F2BA1A;
}
</style>
background-color css
<style>
a { background-color: #F2BA1A; }
a { background-color: rgb(242,186,26); }
div.DivClassName
{
background-color: #F2BA1A;
}
.BgClassName
{
background-color: #F2BA1A;
}
</style>
border-color css
<style>
span { border-color: #F2BA1A; }
span { border-color: rgb(242,186,26); }
td.TdClassName
{
border-color: #F2BA1A;
}
.TagClassName
{
border-color: #F2BA1A;
}
</style>