Shades of Moon Yellow #F1C514
Tints of Moon Yellow #F1C514
RGB
CMYK
RGB Variations
Color information
#F1C514 (or 0xF1C514) is known color: Moon Yellow. HEX triplet: F1, C5 and 14. RGB value is (241,197,20). Sum of RGB (Red+Green+Blue) = 241+197+20=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 20 (8.20% from 255 or 4.37% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C514 is #0E3AEB. Grayscale: #BEBEBE. Windows color (decimal): -932588 or 1361393. OLE color: 1361393.
HSL color Cylindrical-coordinate representation of color #F1C514: hue angle of 48.05º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F1C514 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 20 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.05 |
| HSL | 48.05º | 0.89% | 0.51% | - |
| HSV(B) | 48.05º | 0.92% | 0.95% | - |
| XYZ | 56.37 | 58.68 | 9.02 | - |
| YUV | 189.98 | 32.08 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 20 | 0 | 0.18 | 0.92 | 0.05 | 48.05 | 0.89 | 0.51 |
| Hex | F1 | C5 | 14 | 0 | 12 | 5C | 5 | 30 | 59 | 33 |
| Octal | 361 | 305 | 24 | 0 | 22 | 134 | 5 | 60 | 131 | 63 |
| Binary | 11110001 | 11000101 | 10100 | 0 | 10010 | 1011100 | 101 | 110000 | 1011001 | 110011 |
Color Harmonies of #F1C514
Complementary color
Monochromatic Colors of #F1C514
Black with #F1C514
Text Example
Text Example
White with #F1C514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C514; }
p { color: rgb(241,197,20); }
H1.HeaderClassName
{
color: #F1C514;
}
.AnyTagClassName
{
color: #F1C514;
}
</style>
background-color css
<style>
a { background-color: #F1C514; }
a { background-color: rgb(241,197,20); }
div.DivClassName
{
background-color: #F1C514;
}
.BgClassName
{
background-color: #F1C514;
}
</style>
border-color css
<style>
span { border-color: #F1C514; }
span { border-color: rgb(241,197,20); }
td.TdClassName
{
border-color: #F1C514;
}
.TagClassName
{
border-color: #F1C514;
}
</style>