Shades of Moon Yellow #F1C512
Tints of Moon Yellow #F1C512
RGB
CMYK
RGB Variations
Color information
#F1C512 (or 0xF1C512) is known color: Moon Yellow. HEX triplet: F1, C5 and 12. RGB value is (241,197,18). Sum of RGB (Red+Green+Blue) = 241+197+18=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 18 (7.42% from 255 or 3.95% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C512 is #0E3AED. Grayscale: #BEBEBE. Windows color (decimal): -932590 or 1230321. OLE color: 1230321.
HSL color Cylindrical-coordinate representation of color #F1C512: hue angle of 48.16º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1C512 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 18 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.05 |
| HSL | 48.16º | 0.89% | 0.51% | - |
| HSV(B) | 48.16º | 0.93% | 0.95% | - |
| XYZ | 56.35 | 58.68 | 8.93 | - |
| YUV | 189.75 | 31.08 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 18 | 0 | 0.18 | 0.93 | 0.05 | 48.16 | 0.89 | 0.51 |
| Hex | F1 | C5 | 12 | 0 | 12 | 5D | 5 | 30 | 59 | 33 |
| Octal | 361 | 305 | 22 | 0 | 22 | 135 | 5 | 60 | 131 | 63 |
| Binary | 11110001 | 11000101 | 10010 | 0 | 10010 | 1011101 | 101 | 110000 | 1011001 | 110011 |
Color Harmonies of #F1C512
Complementary color
Monochromatic Colors of #F1C512
Black with #F1C512
Text Example
Text Example
White with #F1C512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C512; }
p { color: rgb(241,197,18); }
H1.HeaderClassName
{
color: #F1C512;
}
.AnyTagClassName
{
color: #F1C512;
}
</style>
background-color css
<style>
a { background-color: #F1C512; }
a { background-color: rgb(241,197,18); }
div.DivClassName
{
background-color: #F1C512;
}
.BgClassName
{
background-color: #F1C512;
}
</style>
border-color css
<style>
span { border-color: #F1C512; }
span { border-color: rgb(241,197,18); }
td.TdClassName
{
border-color: #F1C512;
}
.TagClassName
{
border-color: #F1C512;
}
</style>