Shades of Moon Yellow #F2C21A
Tints of Moon Yellow #F2C21A
RGB
CMYK
RGB Variations
Color information
#F2C21A (or 0xF2C21A) is known color: Moon Yellow. HEX triplet: F2, C2 and 1A. RGB value is (242,194,26). Sum of RGB (Red+Green+Blue) = 242+194+26=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 26 (10.55% from 255 or 5.63% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C21A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C21A is #0D3DE5. Grayscale: #BDBDBD. Windows color (decimal): -867814 or 1753842. OLE color: 1753842.
HSL color Cylindrical-coordinate representation of color #F2C21A: hue angle of 46.67º 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 #F2C21A is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 194 | 26 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.05 |
| HSL | 46.67º | 0.89% | 0.53% | - |
| HSV(B) | 46.67º | 0.89% | 0.95% | - |
| XYZ | 56.1 | 57.54 | 9.13 | - |
| YUV | 189.2 | 35.9 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 26 | 0 | 0.20 | 0.89 | 0.05 | 46.67 | 0.89 | 0.53 |
| Hex | F2 | C2 | 1A | 0 | 14 | 59 | 5 | 2F | 59 | 35 |
| Octal | 362 | 302 | 32 | 0 | 24 | 131 | 5 | 57 | 131 | 65 |
| Binary | 11110010 | 11000010 | 11010 | 0 | 10100 | 1011001 | 101 | 101111 | 1011001 | 110101 |
Color Harmonies of #F2C21A
Complementary color
Monochromatic Colors of #F2C21A
Black with #F2C21A
Text Example
Text Example
White with #F2C21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C21A; }
p { color: rgb(242,194,26); }
H1.HeaderClassName
{
color: #F2C21A;
}
.AnyTagClassName
{
color: #F2C21A;
}
</style>
background-color css
<style>
a { background-color: #F2C21A; }
a { background-color: rgb(242,194,26); }
div.DivClassName
{
background-color: #F2C21A;
}
.BgClassName
{
background-color: #F2C21A;
}
</style>
border-color css
<style>
span { border-color: #F2C21A; }
span { border-color: rgb(242,194,26); }
td.TdClassName
{
border-color: #F2C21A;
}
.TagClassName
{
border-color: #F2C21A;
}
</style>