Shades of Moon Yellow #F2CC12
Tints of Moon Yellow #F2CC12
RGB
CMYK
RGB Variations
Color information
#F2CC12 (or 0xF2CC12) is known color: Moon Yellow. HEX triplet: F2, CC and 12. RGB value is (242,204,18). Sum of RGB (Red+Green+Blue) = 242+204+18=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CC12 is #0D33ED. Grayscale: #C2C2C2. Windows color (decimal): -865262 or 1232114. OLE color: 1232114.
HSL color Cylindrical-coordinate representation of color #F2CC12: hue angle of 49.82º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2CC12 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 18 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.05 |
| HSL | 49.82º | 0.9% | 0.51% | - |
| HSV(B) | 49.82º | 0.93% | 0.95% | - |
| XYZ | 58.32 | 62.11 | 9.49 | - |
| YUV | 194.16 | 28.59 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 18 | 0 | 0.16 | 0.93 | 0.05 | 49.82 | 0.9 | 0.51 |
| Hex | F2 | CC | 12 | 0 | 10 | 5D | 5 | 32 | 5A | 33 |
| Octal | 362 | 314 | 22 | 0 | 20 | 135 | 5 | 62 | 132 | 63 |
| Binary | 11110010 | 11001100 | 10010 | 0 | 10000 | 1011101 | 101 | 110010 | 1011010 | 110011 |
Color Harmonies of #F2CC12
Complementary color
Monochromatic Colors of #F2CC12
Black with #F2CC12
Text Example
Text Example
White with #F2CC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC12; }
p { color: rgb(242,204,18); }
H1.HeaderClassName
{
color: #F2CC12;
}
.AnyTagClassName
{
color: #F2CC12;
}
</style>
background-color css
<style>
a { background-color: #F2CC12; }
a { background-color: rgb(242,204,18); }
div.DivClassName
{
background-color: #F2CC12;
}
.BgClassName
{
background-color: #F2CC12;
}
</style>
border-color css
<style>
span { border-color: #F2CC12; }
span { border-color: rgb(242,204,18); }
td.TdClassName
{
border-color: #F2CC12;
}
.TagClassName
{
border-color: #F2CC12;
}
</style>