Shades of Moon Yellow #F2C41C
Tints of Moon Yellow #F2C41C
RGB
CMYK
RGB Variations
Color information
#F2C41C (or 0xF2C41C) is known color: Moon Yellow. HEX triplet: F2, C4 and 1C. RGB value is (242,196,28). Sum of RGB (Red+Green+Blue) = 242+196+28=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 28 (11.33% from 255 or 6.01% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C41C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C41C is #0D3BE3. Grayscale: #BFBFBF. Windows color (decimal): -867300 or 1885426. OLE color: 1885426.
HSL color Cylindrical-coordinate representation of color #F2C41C: hue angle of 47.1º 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 #F2C41C is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 196 | 28 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.05 |
| HSL | 47.1º | 0.89% | 0.53% | - |
| HSV(B) | 47.1º | 0.88% | 0.95% | - |
| XYZ | 56.57 | 58.44 | 9.4 | - |
| YUV | 190.6 | 36.24 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 196 | 28 | 0 | 0.19 | 0.88 | 0.05 | 47.1 | 0.89 | 0.53 |
| Hex | F2 | C4 | 1C | 0 | 13 | 58 | 5 | 2F | 59 | 35 |
| Octal | 362 | 304 | 34 | 0 | 23 | 130 | 5 | 57 | 131 | 65 |
| Binary | 11110010 | 11000100 | 11100 | 0 | 10011 | 1011000 | 101 | 101111 | 1011001 | 110101 |
Color Harmonies of #F2C41C
Complementary color
Monochromatic Colors of #F2C41C
Black with #F2C41C
Text Example
Text Example
White with #F2C41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C41C; }
p { color: rgb(242,196,28); }
H1.HeaderClassName
{
color: #F2C41C;
}
.AnyTagClassName
{
color: #F2C41C;
}
</style>
background-color css
<style>
a { background-color: #F2C41C; }
a { background-color: rgb(242,196,28); }
div.DivClassName
{
background-color: #F2C41C;
}
.BgClassName
{
background-color: #F2C41C;
}
</style>
border-color css
<style>
span { border-color: #F2C41C; }
span { border-color: rgb(242,196,28); }
td.TdClassName
{
border-color: #F2C41C;
}
.TagClassName
{
border-color: #F2C41C;
}
</style>