Shades of Moon Yellow #F1C518
Tints of Moon Yellow #F1C518
RGB
CMYK
RGB Variations
Color information
#F1C518 (or 0xF1C518) is known color: Moon Yellow. HEX triplet: F1, C5 and 18. RGB value is (241,197,24). Sum of RGB (Red+Green+Blue) = 241+197+24=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 24 (9.77% from 255 or 5.19% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C518 is #0E3AE7. Grayscale: #BFBFBF. Windows color (decimal): -932584 or 1623537. OLE color: 1623537.
HSL color Cylindrical-coordinate representation of color #F1C518: hue angle of 47.83º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1C518 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 24 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.05 |
| HSL | 47.83º | 0.89% | 0.52% | - |
| HSV(B) | 47.83º | 0.9% | 0.95% | - |
| XYZ | 56.41 | 58.7 | 9.22 | - |
| YUV | 190.43 | 34.08 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 24 | 0 | 0.18 | 0.90 | 0.05 | 47.83 | 0.89 | 0.52 |
| Hex | F1 | C5 | 18 | 0 | 12 | 5A | 5 | 30 | 59 | 34 |
| Octal | 361 | 305 | 30 | 0 | 22 | 132 | 5 | 60 | 131 | 64 |
| Binary | 11110001 | 11000101 | 11000 | 0 | 10010 | 1011010 | 101 | 110000 | 1011001 | 110100 |
Color Harmonies of #F1C518
Complementary color
Monochromatic Colors of #F1C518
Black with #F1C518
Text Example
Text Example
White with #F1C518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C518; }
p { color: rgb(241,197,24); }
H1.HeaderClassName
{
color: #F1C518;
}
.AnyTagClassName
{
color: #F1C518;
}
</style>
background-color css
<style>
a { background-color: #F1C518; }
a { background-color: rgb(241,197,24); }
div.DivClassName
{
background-color: #F1C518;
}
.BgClassName
{
background-color: #F1C518;
}
</style>
border-color css
<style>
span { border-color: #F1C518; }
span { border-color: rgb(241,197,24); }
td.TdClassName
{
border-color: #F1C518;
}
.TagClassName
{
border-color: #F1C518;
}
</style>