Shades of Moon Yellow #F9C412
Tints of Moon Yellow #F9C412
RGB
CMYK
RGB Variations
Color information
#F9C412 (or 0xF9C412) is known color: Moon Yellow. HEX triplet: F9, C4 and 12. RGB value is (249,196,18). Sum of RGB (Red+Green+Blue) = 249+196+18=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 18 (7.42% from 255 or 3.89% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C412 is #063BED. Grayscale: #C0C0C0. Windows color (decimal): -408558 or 1230073. OLE color: 1230073.
HSL color Cylindrical-coordinate representation of color #F9C412: hue angle of 46.23º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F9C412 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 196 | 18 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.02 |
| HSL | 46.23º | 0.95% | 0.52% | - |
| HSV(B) | 46.23º | 0.93% | 0.98% | - |
| XYZ | 58.92 | 59.66 | 8.98 | - |
| YUV | 191.56 | 30.06 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 196 | 18 | 0 | 0.21 | 0.93 | 0.02 | 46.23 | 0.95 | 0.52 |
| Hex | F9 | C4 | 12 | 0 | 15 | 5D | 2 | 2E | 5F | 34 |
| Octal | 371 | 304 | 22 | 0 | 25 | 135 | 2 | 56 | 137 | 64 |
| Binary | 11111001 | 11000100 | 10010 | 0 | 10101 | 1011101 | 10 | 101110 | 1011111 | 110100 |
Color Harmonies of #F9C412
Complementary color
Monochromatic Colors of #F9C412
Black with #F9C412
Text Example
Text Example
White with #F9C412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C412; }
p { color: rgb(249,196,18); }
H1.HeaderClassName
{
color: #F9C412;
}
.AnyTagClassName
{
color: #F9C412;
}
</style>
background-color css
<style>
a { background-color: #F9C412; }
a { background-color: rgb(249,196,18); }
div.DivClassName
{
background-color: #F9C412;
}
.BgClassName
{
background-color: #F9C412;
}
</style>
border-color css
<style>
span { border-color: #F9C412; }
span { border-color: rgb(249,196,18); }
td.TdClassName
{
border-color: #F9C412;
}
.TagClassName
{
border-color: #F9C412;
}
</style>