Shades of Moon Yellow #F1C015
Tints of Moon Yellow #F1C015
RGB
CMYK
RGB Variations
Color information
#F1C015 (or 0xF1C015) is known color: Moon Yellow. HEX triplet: F1, C0 and 15. RGB value is (241,192,21). Sum of RGB (Red+Green+Blue) = 241+192+21=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 21 (8.59% from 255 or 4.63% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C015 is #0E3FEA. Grayscale: #BBBBBB. Windows color (decimal): -933867 or 1425649. OLE color: 1425649.
HSL color Cylindrical-coordinate representation of color #F1C015: hue angle of 46.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1C015 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 192 | 21 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.05 |
| HSL | 46.64º | 0.89% | 0.51% | - |
| HSV(B) | 46.64º | 0.91% | 0.95% | - |
| XYZ | 55.26 | 56.45 | 8.69 | - |
| YUV | 187.16 | 34.23 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 192 | 21 | 0 | 0.20 | 0.91 | 0.05 | 46.64 | 0.89 | 0.51 |
| Hex | F1 | C0 | 15 | 0 | 14 | 5B | 5 | 2F | 59 | 33 |
| Octal | 361 | 300 | 25 | 0 | 24 | 133 | 5 | 57 | 131 | 63 |
| Binary | 11110001 | 11000000 | 10101 | 0 | 10100 | 1011011 | 101 | 101111 | 1011001 | 110011 |
Color Harmonies of #F1C015
Complementary color
Monochromatic Colors of #F1C015
Black with #F1C015
Text Example
Text Example
White with #F1C015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C015; }
p { color: rgb(241,192,21); }
H1.HeaderClassName
{
color: #F1C015;
}
.AnyTagClassName
{
color: #F1C015;
}
</style>
background-color css
<style>
a { background-color: #F1C015; }
a { background-color: rgb(241,192,21); }
div.DivClassName
{
background-color: #F1C015;
}
.BgClassName
{
background-color: #F1C015;
}
</style>
border-color css
<style>
span { border-color: #F1C015; }
span { border-color: rgb(241,192,21); }
td.TdClassName
{
border-color: #F1C015;
}
.TagClassName
{
border-color: #F1C015;
}
</style>