Shades of Moon Yellow #F1C914
Tints of Moon Yellow #F1C914
RGB
CMYK
RGB Variations
Color information
#F1C914 (or 0xF1C914) is known color: Moon Yellow. HEX triplet: F1, C9 and 14. RGB value is (241,201,20). Sum of RGB (Red+Green+Blue) = 241+201+20=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 20 (8.20% from 255 or 4.33% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C914 is #0E36EB. Grayscale: #C1C1C1. Windows color (decimal): -931564 or 1362417. OLE color: 1362417.
HSL color Cylindrical-coordinate representation of color #F1C914: hue angle of 49.14º 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 #F1C914 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 201 | 20 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.05 |
| HSL | 49.14º | 0.89% | 0.51% | - |
| HSV(B) | 49.14º | 0.92% | 0.95% | - |
| XYZ | 57.29 | 60.52 | 9.32 | - |
| YUV | 192.33 | 30.75 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 201 | 20 | 0 | 0.17 | 0.92 | 0.05 | 49.14 | 0.89 | 0.51 |
| Hex | F1 | C9 | 14 | 0 | 11 | 5C | 5 | 31 | 59 | 33 |
| Octal | 361 | 311 | 24 | 0 | 21 | 134 | 5 | 61 | 131 | 63 |
| Binary | 11110001 | 11001001 | 10100 | 0 | 10001 | 1011100 | 101 | 110001 | 1011001 | 110011 |
Color Harmonies of #F1C914
Complementary color
Monochromatic Colors of #F1C914
Black with #F1C914
Text Example
Text Example
White with #F1C914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C914; }
p { color: rgb(241,201,20); }
H1.HeaderClassName
{
color: #F1C914;
}
.AnyTagClassName
{
color: #F1C914;
}
</style>
background-color css
<style>
a { background-color: #F1C914; }
a { background-color: rgb(241,201,20); }
div.DivClassName
{
background-color: #F1C914;
}
.BgClassName
{
background-color: #F1C914;
}
</style>
border-color css
<style>
span { border-color: #F1C914; }
span { border-color: rgb(241,201,20); }
td.TdClassName
{
border-color: #F1C914;
}
.TagClassName
{
border-color: #F1C914;
}
</style>