Shades of Moon Yellow #F2C215
Tints of Moon Yellow #F2C215
RGB
CMYK
RGB Variations
Color information
#F2C215 (or 0xF2C215) is known color: Moon Yellow. HEX triplet: F2, C2 and 15. RGB value is (242,194,21). Sum of RGB (Red+Green+Blue) = 242+194+21=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 21 (8.59% from 255 or 4.60% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C215 is #0D3DEA. Grayscale: #BDBDBD. Windows color (decimal): -867819 or 1426162. OLE color: 1426162.
HSL color Cylindrical-coordinate representation of color #F2C215: hue angle of 46.97º 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 #F2C215 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 194 | 21 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.05 |
| HSL | 46.97º | 0.89% | 0.52% | - |
| HSV(B) | 46.97º | 0.91% | 0.95% | - |
| XYZ | 56.05 | 57.51 | 8.86 | - |
| YUV | 188.63 | 33.4 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 21 | 0 | 0.20 | 0.91 | 0.05 | 46.97 | 0.89 | 0.52 |
| Hex | F2 | C2 | 15 | 0 | 14 | 5B | 5 | 2F | 59 | 34 |
| Octal | 362 | 302 | 25 | 0 | 24 | 133 | 5 | 57 | 131 | 64 |
| Binary | 11110010 | 11000010 | 10101 | 0 | 10100 | 1011011 | 101 | 101111 | 1011001 | 110100 |
Color Harmonies of #F2C215
Complementary color
Monochromatic Colors of #F2C215
Black with #F2C215
Text Example
Text Example
White with #F2C215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C215; }
p { color: rgb(242,194,21); }
H1.HeaderClassName
{
color: #F2C215;
}
.AnyTagClassName
{
color: #F2C215;
}
</style>
background-color css
<style>
a { background-color: #F2C215; }
a { background-color: rgb(242,194,21); }
div.DivClassName
{
background-color: #F2C215;
}
.BgClassName
{
background-color: #F2C215;
}
</style>
border-color css
<style>
span { border-color: #F2C215; }
span { border-color: rgb(242,194,21); }
td.TdClassName
{
border-color: #F2C215;
}
.TagClassName
{
border-color: #F2C215;
}
</style>