Shades of Moon Yellow #F2CE10
Tints of Moon Yellow #F2CE10
RGB
CMYK
RGB Variations
Color information
#F2CE10 (or 0xF2CE10) is known color: Moon Yellow. HEX triplet: F2, CE and 10. RGB value is (242,206,16). Sum of RGB (Red+Green+Blue) = 242+206+16=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 16 (6.64% from 255 or 3.45% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CE10 is #0D31EF. Grayscale: #C3C3C3. Windows color (decimal): -864752 or 1101554. OLE color: 1101554.
HSL color Cylindrical-coordinate representation of color #F2CE10: hue angle of 50.44º 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 #F2CE10 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 16 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.05 |
| HSL | 50.44º | 0.9% | 0.51% | - |
| HSV(B) | 50.44º | 0.93% | 0.95% | - |
| XYZ | 58.78 | 63.06 | 9.56 | - |
| YUV | 195.1 | 26.93 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 16 | 0 | 0.15 | 0.93 | 0.05 | 50.44 | 0.9 | 0.51 |
| Hex | F2 | CE | 10 | 0 | F | 5D | 5 | 32 | 5A | 33 |
| Octal | 362 | 316 | 20 | 0 | 17 | 135 | 5 | 62 | 132 | 63 |
| Binary | 11110010 | 11001110 | 10000 | 0 | 1111 | 1011101 | 101 | 110010 | 1011010 | 110011 |
Color Harmonies of #F2CE10
Complementary color
Monochromatic Colors of #F2CE10
Black with #F2CE10
Text Example
Text Example
White with #F2CE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE10; }
p { color: rgb(242,206,16); }
H1.HeaderClassName
{
color: #F2CE10;
}
.AnyTagClassName
{
color: #F2CE10;
}
</style>
background-color css
<style>
a { background-color: #F2CE10; }
a { background-color: rgb(242,206,16); }
div.DivClassName
{
background-color: #F2CE10;
}
.BgClassName
{
background-color: #F2CE10;
}
</style>
border-color css
<style>
span { border-color: #F2CE10; }
span { border-color: rgb(242,206,16); }
td.TdClassName
{
border-color: #F2CE10;
}
.TagClassName
{
border-color: #F2CE10;
}
</style>