Shades of Moon Yellow #F2C11B
Tints of Moon Yellow #F2C11B
RGB
CMYK
RGB Variations
Color information
#F2C11B (or 0xF2C11B) is known color: Moon Yellow. HEX triplet: F2, C1 and 1B. RGB value is (242,193,27). Sum of RGB (Red+Green+Blue) = 242+193+27=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 27 (10.94% from 255 or 5.84% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C11B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C11B is #0D3EE4. Grayscale: #BDBDBD. Windows color (decimal): -868069 or 1819122. OLE color: 1819122.
HSL color Cylindrical-coordinate representation of color #F2C11B: hue angle of 46.33º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2C11B is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 27 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.05 |
| HSL | 46.33º | 0.89% | 0.53% | - |
| HSV(B) | 46.33º | 0.89% | 0.95% | - |
| XYZ | 55.89 | 57.1 | 9.11 | - |
| YUV | 188.73 | 36.73 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 27 | 0 | 0.20 | 0.89 | 0.05 | 46.33 | 0.89 | 0.53 |
| Hex | F2 | C1 | 1B | 0 | 14 | 59 | 5 | 2E | 59 | 35 |
| Octal | 362 | 301 | 33 | 0 | 24 | 131 | 5 | 56 | 131 | 65 |
| Binary | 11110010 | 11000001 | 11011 | 0 | 10100 | 1011001 | 101 | 101110 | 1011001 | 110101 |
Color Harmonies of #F2C11B
Complementary color
Monochromatic Colors of #F2C11B
Black with #F2C11B
Text Example
Text Example
White with #F2C11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C11B; }
p { color: rgb(242,193,27); }
H1.HeaderClassName
{
color: #F2C11B;
}
.AnyTagClassName
{
color: #F2C11B;
}
</style>
background-color css
<style>
a { background-color: #F2C11B; }
a { background-color: rgb(242,193,27); }
div.DivClassName
{
background-color: #F2C11B;
}
.BgClassName
{
background-color: #F2C11B;
}
</style>
border-color css
<style>
span { border-color: #F2C11B; }
span { border-color: rgb(242,193,27); }
td.TdClassName
{
border-color: #F2C11B;
}
.TagClassName
{
border-color: #F2C11B;
}
</style>