Shades of Moon Yellow #F9C015
Tints of Moon Yellow #F9C015
RGB
CMYK
RGB Variations
Color information
#F9C015 (or 0xF9C015) is known color: Moon Yellow. HEX triplet: F9, C0 and 15. RGB value is (249,192,21). Sum of RGB (Red+Green+Blue) = 249+192+21=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 21 (8.59% from 255 or 4.55% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C015 is #063FEA. Grayscale: #BEBEBE. Windows color (decimal): -409579 or 1425657. OLE color: 1425657.
HSL color Cylindrical-coordinate representation of color #F9C015: hue angle of 45º 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 #F9C015 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 21 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.02 |
| HSL | 45º | 0.95% | 0.53% | - |
| HSV(B) | 45º | 0.92% | 0.98% | - |
| XYZ | 58.05 | 57.89 | 8.82 | - |
| YUV | 189.55 | 32.88 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 21 | 0 | 0.23 | 0.92 | 0.02 | 45 | 0.95 | 0.53 |
| Hex | F9 | C0 | 15 | 0 | 17 | 5C | 2 | 2D | 5F | 35 |
| Octal | 371 | 300 | 25 | 0 | 27 | 134 | 2 | 55 | 137 | 65 |
| Binary | 11111001 | 11000000 | 10101 | 0 | 10111 | 1011100 | 10 | 101101 | 1011111 | 110101 |
Color Harmonies of #F9C015
Complementary color
Monochromatic Colors of #F9C015
Black with #F9C015
Text Example
Text Example
White with #F9C015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C015; }
p { color: rgb(249,192,21); }
H1.HeaderClassName
{
color: #F9C015;
}
.AnyTagClassName
{
color: #F9C015;
}
</style>
background-color css
<style>
a { background-color: #F9C015; }
a { background-color: rgb(249,192,21); }
div.DivClassName
{
background-color: #F9C015;
}
.BgClassName
{
background-color: #F9C015;
}
</style>
border-color css
<style>
span { border-color: #F9C015; }
span { border-color: rgb(249,192,21); }
td.TdClassName
{
border-color: #F9C015;
}
.TagClassName
{
border-color: #F9C015;
}
</style>