Shades of Moon Yellow #F2CA12
Tints of Moon Yellow #F2CA12
RGB
CMYK
RGB Variations
Color information
#F2CA12 (or 0xF2CA12) is known color: Moon Yellow. HEX triplet: F2, CA and 12. RGB value is (242,202,18). Sum of RGB (Red+Green+Blue) = 242+202+18=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 18 (7.42% from 255 or 3.90% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CA12 is #0D35ED. Grayscale: #C1C1C1. Windows color (decimal): -865774 or 1231602. OLE color: 1231602.
HSL color Cylindrical-coordinate representation of color #F2CA12: hue angle of 49.29º 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 #F2CA12 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 18 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.05 |
| HSL | 49.29º | 0.9% | 0.51% | - |
| HSV(B) | 49.29º | 0.93% | 0.95% | - |
| XYZ | 57.85 | 61.16 | 9.33 | - |
| YUV | 192.98 | 29.25 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 18 | 0 | 0.17 | 0.93 | 0.05 | 49.29 | 0.9 | 0.51 |
| Hex | F2 | CA | 12 | 0 | 11 | 5D | 5 | 31 | 5A | 33 |
| Octal | 362 | 312 | 22 | 0 | 21 | 135 | 5 | 61 | 132 | 63 |
| Binary | 11110010 | 11001010 | 10010 | 0 | 10001 | 1011101 | 101 | 110001 | 1011010 | 110011 |
Color Harmonies of #F2CA12
Complementary color
Monochromatic Colors of #F2CA12
Black with #F2CA12
Text Example
Text Example
White with #F2CA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CA12; }
p { color: rgb(242,202,18); }
H1.HeaderClassName
{
color: #F2CA12;
}
.AnyTagClassName
{
color: #F2CA12;
}
</style>
background-color css
<style>
a { background-color: #F2CA12; }
a { background-color: rgb(242,202,18); }
div.DivClassName
{
background-color: #F2CA12;
}
.BgClassName
{
background-color: #F2CA12;
}
</style>
border-color css
<style>
span { border-color: #F2CA12; }
span { border-color: rgb(242,202,18); }
td.TdClassName
{
border-color: #F2CA12;
}
.TagClassName
{
border-color: #F2CA12;
}
</style>