Shades of Moon Yellow #F2C90E
Tints of Moon Yellow #F2C90E
RGB
CMYK
RGB Variations
Color information
#F2C90E (or 0xF2C90E) is known color: Moon Yellow. HEX triplet: F2, C9 and 0E. RGB value is (242,201,14). Sum of RGB (Red+Green+Blue) = 242+201+14=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 14 (5.86% from 255 or 3.06% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C90E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C90E is #0D36F1. Grayscale: #C0C0C0. Windows color (decimal): -866034 or 969202. OLE color: 969202.
HSL color Cylindrical-coordinate representation of color #F2C90E: hue angle of 49.21º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2C90E is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 14 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.05 |
| HSL | 49.21º | 0.9% | 0.5% | - |
| HSV(B) | 49.21º | 0.94% | 0.95% | - |
| XYZ | 57.58 | 60.68 | 9.09 | - |
| YUV | 191.94 | 27.58 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 14 | 0 | 0.17 | 0.94 | 0.05 | 49.21 | 0.9 | 0.5 |
| Hex | F2 | C9 | E | 0 | 11 | 5E | 5 | 31 | 5A | 32 |
| Octal | 362 | 311 | 16 | 0 | 21 | 136 | 5 | 61 | 132 | 62 |
| Binary | 11110010 | 11001001 | 1110 | 0 | 10001 | 1011110 | 101 | 110001 | 1011010 | 110010 |
Color Harmonies of #F2C90E
Complementary color
Monochromatic Colors of #F2C90E
Black with #F2C90E
Text Example
Text Example
White with #F2C90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C90E; }
p { color: rgb(242,201,14); }
H1.HeaderClassName
{
color: #F2C90E;
}
.AnyTagClassName
{
color: #F2C90E;
}
</style>
background-color css
<style>
a { background-color: #F2C90E; }
a { background-color: rgb(242,201,14); }
div.DivClassName
{
background-color: #F2C90E;
}
.BgClassName
{
background-color: #F2C90E;
}
</style>
border-color css
<style>
span { border-color: #F2C90E; }
span { border-color: rgb(242,201,14); }
td.TdClassName
{
border-color: #F2C90E;
}
.TagClassName
{
border-color: #F2C90E;
}
</style>