Shades of Moon Yellow #F2BA1C
Tints of Moon Yellow #F2BA1C
RGB
CMYK
RGB Variations
Color information
#F2BA1C (or 0xF2BA1C) is known color: Moon Yellow. HEX triplet: F2, BA and 1C. RGB value is (242,186,28). Sum of RGB (Red+Green+Blue) = 242+186+28=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 28 (11.33% from 255 or 6.14% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BA1C is #0D45E3. Grayscale: #B9B9B9. Windows color (decimal): -869860 or 1882866. OLE color: 1882866.
HSL color Cylindrical-coordinate representation of color #F2BA1C: hue angle of 44.3º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2BA1C is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 28 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.05 |
| HSL | 44.3º | 0.89% | 0.53% | - |
| HSV(B) | 44.3º | 0.88% | 0.95% | - |
| XYZ | 54.39 | 54.08 | 8.67 | - |
| YUV | 184.73 | 39.55 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 28 | 0 | 0.23 | 0.88 | 0.05 | 44.3 | 0.89 | 0.53 |
| Hex | F2 | BA | 1C | 0 | 17 | 58 | 5 | 2C | 59 | 35 |
| Octal | 362 | 272 | 34 | 0 | 27 | 130 | 5 | 54 | 131 | 65 |
| Binary | 11110010 | 10111010 | 11100 | 0 | 10111 | 1011000 | 101 | 101100 | 1011001 | 110101 |
Color Harmonies of #F2BA1C
Complementary color
Monochromatic Colors of #F2BA1C
Black with #F2BA1C
Text Example
Text Example
White with #F2BA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA1C; }
p { color: rgb(242,186,28); }
H1.HeaderClassName
{
color: #F2BA1C;
}
.AnyTagClassName
{
color: #F2BA1C;
}
</style>
background-color css
<style>
a { background-color: #F2BA1C; }
a { background-color: rgb(242,186,28); }
div.DivClassName
{
background-color: #F2BA1C;
}
.BgClassName
{
background-color: #F2BA1C;
}
</style>
border-color css
<style>
span { border-color: #F2BA1C; }
span { border-color: rgb(242,186,28); }
td.TdClassName
{
border-color: #F2BA1C;
}
.TagClassName
{
border-color: #F2BA1C;
}
</style>