Shades of Moon Yellow #F2CC13
Tints of Moon Yellow #F2CC13
RGB
CMYK
RGB Variations
Color information
#F2CC13 (or 0xF2CC13) is known color: Moon Yellow. HEX triplet: F2, CC and 13. RGB value is (242,204,19). Sum of RGB (Red+Green+Blue) = 242+204+19=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 19 (7.81% from 255 or 4.09% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CC13 is #0D33EC. Grayscale: #C3C3C3. Windows color (decimal): -865261 or 1297650. OLE color: 1297650.
HSL color Cylindrical-coordinate representation of color #F2CC13: hue angle of 49.78º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2CC13 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 19 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.05 |
| HSL | 49.78º | 0.9% | 0.51% | - |
| HSV(B) | 49.78º | 0.92% | 0.95% | - |
| XYZ | 58.33 | 62.11 | 9.53 | - |
| YUV | 194.27 | 29.09 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 19 | 0 | 0.16 | 0.92 | 0.05 | 49.78 | 0.9 | 0.51 |
| Hex | F2 | CC | 13 | 0 | 10 | 5C | 5 | 32 | 5A | 33 |
| Octal | 362 | 314 | 23 | 0 | 20 | 134 | 5 | 62 | 132 | 63 |
| Binary | 11110010 | 11001100 | 10011 | 0 | 10000 | 1011100 | 101 | 110010 | 1011010 | 110011 |
Color Harmonies of #F2CC13
Complementary color
Monochromatic Colors of #F2CC13
Black with #F2CC13
Text Example
Text Example
White with #F2CC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC13; }
p { color: rgb(242,204,19); }
H1.HeaderClassName
{
color: #F2CC13;
}
.AnyTagClassName
{
color: #F2CC13;
}
</style>
background-color css
<style>
a { background-color: #F2CC13; }
a { background-color: rgb(242,204,19); }
div.DivClassName
{
background-color: #F2CC13;
}
.BgClassName
{
background-color: #F2CC13;
}
</style>
border-color css
<style>
span { border-color: #F2CC13; }
span { border-color: rgb(242,204,19); }
td.TdClassName
{
border-color: #F2CC13;
}
.TagClassName
{
border-color: #F2CC13;
}
</style>