Shades of Moon Yellow #F9C013
Tints of Moon Yellow #F9C013
RGB
CMYK
RGB Variations
Color information
#F9C013 (or 0xF9C013) is known color: Moon Yellow. HEX triplet: F9, C0 and 13. RGB value is (249,192,19). Sum of RGB (Red+Green+Blue) = 249+192+19=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 19 (7.81% from 255 or 4.13% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C013 is #063FEC. Grayscale: #BEBEBE. Windows color (decimal): -409581 or 1294585. OLE color: 1294585.
HSL color Cylindrical-coordinate representation of color #F9C013: hue angle of 45.13º 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 #F9C013 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 19 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.02 |
| HSL | 45.13º | 0.95% | 0.53% | - |
| HSV(B) | 45.13º | 0.92% | 0.98% | - |
| XYZ | 58.03 | 57.89 | 8.73 | - |
| YUV | 189.32 | 31.88 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 19 | 0 | 0.23 | 0.92 | 0.02 | 45.13 | 0.95 | 0.53 |
| Hex | F9 | C0 | 13 | 0 | 17 | 5C | 2 | 2D | 5F | 35 |
| Octal | 371 | 300 | 23 | 0 | 27 | 134 | 2 | 55 | 137 | 65 |
| Binary | 11111001 | 11000000 | 10011 | 0 | 10111 | 1011100 | 10 | 101101 | 1011111 | 110101 |
Color Harmonies of #F9C013
Complementary color
Monochromatic Colors of #F9C013
Black with #F9C013
Text Example
Text Example
White with #F9C013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C013; }
p { color: rgb(249,192,19); }
H1.HeaderClassName
{
color: #F9C013;
}
.AnyTagClassName
{
color: #F9C013;
}
</style>
background-color css
<style>
a { background-color: #F9C013; }
a { background-color: rgb(249,192,19); }
div.DivClassName
{
background-color: #F9C013;
}
.BgClassName
{
background-color: #F9C013;
}
</style>
border-color css
<style>
span { border-color: #F9C013; }
span { border-color: rgb(249,192,19); }
td.TdClassName
{
border-color: #F9C013;
}
.TagClassName
{
border-color: #F9C013;
}
</style>