Shades of Moon Yellow #F2C91E
Tints of Moon Yellow #F2C91E
RGB
CMYK
RGB Variations
Color information
#F2C91E (or 0xF2C91E) is known color: Moon Yellow. HEX triplet: F2, C9 and 1E. RGB value is (242,201,30). Sum of RGB (Red+Green+Blue) = 242+201+30=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 30 (12.11% from 255 or 6.34% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C91E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C91E is #0D36E1. Grayscale: #C2C2C2. Windows color (decimal): -866018 or 2017778. OLE color: 2017778.
HSL color Cylindrical-coordinate representation of color #F2C91E: hue angle of 48.4º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2C91E is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 30 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.05 |
| HSL | 48.4º | 0.89% | 0.53% | - |
| HSV(B) | 48.4º | 0.88% | 0.95% | - |
| XYZ | 57.74 | 60.74 | 9.91 | - |
| YUV | 193.77 | 35.58 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 30 | 0 | 0.17 | 0.88 | 0.05 | 48.4 | 0.89 | 0.53 |
| Hex | F2 | C9 | 1E | 0 | 11 | 58 | 5 | 30 | 59 | 35 |
| Octal | 362 | 311 | 36 | 0 | 21 | 130 | 5 | 60 | 131 | 65 |
| Binary | 11110010 | 11001001 | 11110 | 0 | 10001 | 1011000 | 101 | 110000 | 1011001 | 110101 |
Color Harmonies of #F2C91E
Complementary color
Monochromatic Colors of #F2C91E
Black with #F2C91E
Text Example
Text Example
White with #F2C91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C91E; }
p { color: rgb(242,201,30); }
H1.HeaderClassName
{
color: #F2C91E;
}
.AnyTagClassName
{
color: #F2C91E;
}
</style>
background-color css
<style>
a { background-color: #F2C91E; }
a { background-color: rgb(242,201,30); }
div.DivClassName
{
background-color: #F2C91E;
}
.BgClassName
{
background-color: #F2C91E;
}
</style>
border-color css
<style>
span { border-color: #F2C91E; }
span { border-color: rgb(242,201,30); }
td.TdClassName
{
border-color: #F2C91E;
}
.TagClassName
{
border-color: #F2C91E;
}
</style>