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