Shades of Moon Yellow #F2C115
Tints of Moon Yellow #F2C115
RGB
CMYK
RGB Variations
Color information
#F2C115 (or 0xF2C115) is known color: Moon Yellow. HEX triplet: F2, C1 and 15. RGB value is (242,193,21). Sum of RGB (Red+Green+Blue) = 242+193+21=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 21 (8.59% from 255 or 4.61% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C115 is #0D3EEA. Grayscale: #BCBCBC. Windows color (decimal): -868075 or 1425906. OLE color: 1425906.
HSL color Cylindrical-coordinate representation of color #F2C115: hue angle of 46.7º 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 #F2C115 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 21 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.05 |
| HSL | 46.7º | 0.89% | 0.52% | - |
| HSV(B) | 46.7º | 0.91% | 0.95% | - |
| XYZ | 55.82 | 57.07 | 8.78 | - |
| YUV | 188.04 | 33.73 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 21 | 0 | 0.20 | 0.91 | 0.05 | 46.7 | 0.89 | 0.52 |
| Hex | F2 | C1 | 15 | 0 | 14 | 5B | 5 | 2F | 59 | 34 |
| Octal | 362 | 301 | 25 | 0 | 24 | 133 | 5 | 57 | 131 | 64 |
| Binary | 11110010 | 11000001 | 10101 | 0 | 10100 | 1011011 | 101 | 101111 | 1011001 | 110100 |
Color Harmonies of #F2C115
Complementary color
Monochromatic Colors of #F2C115
Black with #F2C115
Text Example
Text Example
White with #F2C115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C115; }
p { color: rgb(242,193,21); }
H1.HeaderClassName
{
color: #F2C115;
}
.AnyTagClassName
{
color: #F2C115;
}
</style>
background-color css
<style>
a { background-color: #F2C115; }
a { background-color: rgb(242,193,21); }
div.DivClassName
{
background-color: #F2C115;
}
.BgClassName
{
background-color: #F2C115;
}
</style>
border-color css
<style>
span { border-color: #F2C115; }
span { border-color: rgb(242,193,21); }
td.TdClassName
{
border-color: #F2C115;
}
.TagClassName
{
border-color: #F2C115;
}
</style>