Shades of Moon Yellow #F9C014
Tints of Moon Yellow #F9C014
RGB
CMYK
RGB Variations
Color information
#F9C014 (or 0xF9C014) is known color: Moon Yellow. HEX triplet: F9, C0 and 14. RGB value is (249,192,20). Sum of RGB (Red+Green+Blue) = 249+192+20=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C014 is #063FEB. Grayscale: #BEBEBE. Windows color (decimal): -409580 or 1360121. OLE color: 1360121.
HSL color Cylindrical-coordinate representation of color #F9C014: hue angle of 45.07º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9C014 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 20 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.02 |
| HSL | 45.07º | 0.95% | 0.53% | - |
| HSV(B) | 45.07º | 0.92% | 0.98% | - |
| XYZ | 58.04 | 57.89 | 8.78 | - |
| YUV | 189.44 | 32.38 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 20 | 0 | 0.23 | 0.92 | 0.02 | 45.07 | 0.95 | 0.53 |
| Hex | F9 | C0 | 14 | 0 | 17 | 5C | 2 | 2D | 5F | 35 |
| Octal | 371 | 300 | 24 | 0 | 27 | 134 | 2 | 55 | 137 | 65 |
| Binary | 11111001 | 11000000 | 10100 | 0 | 10111 | 1011100 | 10 | 101101 | 1011111 | 110101 |
Color Harmonies of #F9C014
Complementary color
Monochromatic Colors of #F9C014
Black with #F9C014
Text Example
Text Example
White with #F9C014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C014; }
p { color: rgb(249,192,20); }
H1.HeaderClassName
{
color: #F9C014;
}
.AnyTagClassName
{
color: #F9C014;
}
</style>
background-color css
<style>
a { background-color: #F9C014; }
a { background-color: rgb(249,192,20); }
div.DivClassName
{
background-color: #F9C014;
}
.BgClassName
{
background-color: #F9C014;
}
</style>
border-color css
<style>
span { border-color: #F9C014; }
span { border-color: rgb(249,192,20); }
td.TdClassName
{
border-color: #F9C014;
}
.TagClassName
{
border-color: #F9C014;
}
</style>