Shades of Moon Yellow #F0C115
Tints of Moon Yellow #F0C115
RGB
CMYK
RGB Variations
Color information
#F0C115 (or 0xF0C115) is known color: Moon Yellow. HEX triplet: F0, C1 and 15. RGB value is (240,193,21). Sum of RGB (Red+Green+Blue) = 240+193+21=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 21 (8.59% from 255 or 4.63% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C115 is #0F3EEA. Grayscale: #BCBCBC. Windows color (decimal): -999147 or 1425904. OLE color: 1425904.
HSL color Cylindrical-coordinate representation of color #F0C115: hue angle of 47.12º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0C115 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 21 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.06 |
| HSL | 47.12º | 0.88% | 0.51% | - |
| HSV(B) | 47.12º | 0.91% | 0.94% | - |
| XYZ | 55.14 | 56.72 | 8.75 | - |
| YUV | 187.45 | 34.07 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 21 | 0 | 0.20 | 0.91 | 0.06 | 47.12 | 0.88 | 0.51 |
| Hex | F0 | C1 | 15 | 0 | 14 | 5B | 6 | 2F | 58 | 33 |
| Octal | 360 | 301 | 25 | 0 | 24 | 133 | 6 | 57 | 130 | 63 |
| Binary | 11110000 | 11000001 | 10101 | 0 | 10100 | 1011011 | 110 | 101111 | 1011000 | 110011 |
Color Harmonies of #F0C115
Complementary color
Monochromatic Colors of #F0C115
Black with #F0C115
Text Example
Text Example
White with #F0C115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C115; }
p { color: rgb(240,193,21); }
H1.HeaderClassName
{
color: #F0C115;
}
.AnyTagClassName
{
color: #F0C115;
}
</style>
background-color css
<style>
a { background-color: #F0C115; }
a { background-color: rgb(240,193,21); }
div.DivClassName
{
background-color: #F0C115;
}
.BgClassName
{
background-color: #F0C115;
}
</style>
border-color css
<style>
span { border-color: #F0C115; }
span { border-color: rgb(240,193,21); }
td.TdClassName
{
border-color: #F0C115;
}
.TagClassName
{
border-color: #F0C115;
}
</style>