Shades of Moon Yellow #F0C112
Tints of Moon Yellow #F0C112
RGB
CMYK
RGB Variations
Color information
#F0C112 (or 0xF0C112) is known color: Moon Yellow. HEX triplet: F0, C1 and 12. RGB value is (240,193,18). Sum of RGB (Red+Green+Blue) = 240+193+18=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 18 (7.42% from 255 or 3.99% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C112 is #0F3EED. Grayscale: #BBBBBB. Windows color (decimal): -999150 or 1229296. OLE color: 1229296.
HSL color Cylindrical-coordinate representation of color #F0C112: hue angle of 47.3º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0C112 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 18 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.06 |
| HSL | 47.3º | 0.88% | 0.51% | - |
| HSV(B) | 47.3º | 0.93% | 0.94% | - |
| XYZ | 55.11 | 56.71 | 8.61 | - |
| YUV | 187.1 | 32.57 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 18 | 0 | 0.20 | 0.92 | 0.06 | 47.3 | 0.88 | 0.51 |
| Hex | F0 | C1 | 12 | 0 | 14 | 5C | 6 | 2F | 58 | 33 |
| Octal | 360 | 301 | 22 | 0 | 24 | 134 | 6 | 57 | 130 | 63 |
| Binary | 11110000 | 11000001 | 10010 | 0 | 10100 | 1011100 | 110 | 101111 | 1011000 | 110011 |
Color Harmonies of #F0C112
Complementary color
Monochromatic Colors of #F0C112
Black with #F0C112
Text Example
Text Example
White with #F0C112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C112; }
p { color: rgb(240,193,18); }
H1.HeaderClassName
{
color: #F0C112;
}
.AnyTagClassName
{
color: #F0C112;
}
</style>
background-color css
<style>
a { background-color: #F0C112; }
a { background-color: rgb(240,193,18); }
div.DivClassName
{
background-color: #F0C112;
}
.BgClassName
{
background-color: #F0C112;
}
</style>
border-color css
<style>
span { border-color: #F0C112; }
span { border-color: rgb(240,193,18); }
td.TdClassName
{
border-color: #F0C112;
}
.TagClassName
{
border-color: #F0C112;
}
</style>