Shades of Moon Yellow #F2C41A
Tints of Moon Yellow #F2C41A
RGB
CMYK
RGB Variations
Color information
#F2C41A (or 0xF2C41A) is known color: Moon Yellow. HEX triplet: F2, C4 and 1A. RGB value is (242,196,26). Sum of RGB (Red+Green+Blue) = 242+196+26=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 26 (10.55% from 255 or 5.60% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C41A is #0D3BE5. Grayscale: #BFBFBF. Windows color (decimal): -867302 or 1754354. OLE color: 1754354.
HSL color Cylindrical-coordinate representation of color #F2C41A: hue angle of 47.22º 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 #F2C41A is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 196 | 26 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.05 |
| HSL | 47.22º | 0.89% | 0.53% | - |
| HSV(B) | 47.22º | 0.89% | 0.95% | - |
| XYZ | 56.54 | 58.43 | 9.28 | - |
| YUV | 190.37 | 35.24 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 196 | 26 | 0 | 0.19 | 0.89 | 0.05 | 47.22 | 0.89 | 0.53 |
| Hex | F2 | C4 | 1A | 0 | 13 | 59 | 5 | 2F | 59 | 35 |
| Octal | 362 | 304 | 32 | 0 | 23 | 131 | 5 | 57 | 131 | 65 |
| Binary | 11110010 | 11000100 | 11010 | 0 | 10011 | 1011001 | 101 | 101111 | 1011001 | 110101 |
Color Harmonies of #F2C41A
Complementary color
Monochromatic Colors of #F2C41A
Black with #F2C41A
Text Example
Text Example
White with #F2C41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C41A; }
p { color: rgb(242,196,26); }
H1.HeaderClassName
{
color: #F2C41A;
}
.AnyTagClassName
{
color: #F2C41A;
}
</style>
background-color css
<style>
a { background-color: #F2C41A; }
a { background-color: rgb(242,196,26); }
div.DivClassName
{
background-color: #F2C41A;
}
.BgClassName
{
background-color: #F2C41A;
}
</style>
border-color css
<style>
span { border-color: #F2C41A; }
span { border-color: rgb(242,196,26); }
td.TdClassName
{
border-color: #F2C41A;
}
.TagClassName
{
border-color: #F2C41A;
}
</style>