Shades of Moon Yellow #F9C01F
Tints of Moon Yellow #F9C01F
RGB
CMYK
RGB Variations
Color information
#F9C01F (or 0xF9C01F) is known color: Moon Yellow. HEX triplet: F9, C0 and 1F. RGB value is (249,192,31). Sum of RGB (Red+Green+Blue) = 249+192+31=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 31 (12.5% from 255 or 6.57% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C01F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C01F is #063FE0. Grayscale: #BFBFBF. Windows color (decimal): -409569 or 2081017. OLE color: 2081017.
HSL color Cylindrical-coordinate representation of color #F9C01F: hue angle of 44.31º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F9C01F is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 31 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.02 |
| HSL | 44.31º | 0.95% | 0.55% | - |
| HSV(B) | 44.31º | 0.88% | 0.98% | - |
| XYZ | 58.16 | 57.94 | 9.41 | - |
| YUV | 190.69 | 37.88 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 31 | 0 | 0.23 | 0.88 | 0.02 | 44.31 | 0.95 | 0.55 |
| Hex | F9 | C0 | 1F | 0 | 17 | 58 | 2 | 2C | 5F | 37 |
| Octal | 371 | 300 | 37 | 0 | 27 | 130 | 2 | 54 | 137 | 67 |
| Binary | 11111001 | 11000000 | 11111 | 0 | 10111 | 1011000 | 10 | 101100 | 1011111 | 110111 |
Color Harmonies of #F9C01F
Complementary color
Monochromatic Colors of #F9C01F
Black with #F9C01F
Text Example
Text Example
White with #F9C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C01F; }
p { color: rgb(249,192,31); }
H1.HeaderClassName
{
color: #F9C01F;
}
.AnyTagClassName
{
color: #F9C01F;
}
</style>
background-color css
<style>
a { background-color: #F9C01F; }
a { background-color: rgb(249,192,31); }
div.DivClassName
{
background-color: #F9C01F;
}
.BgClassName
{
background-color: #F9C01F;
}
</style>
border-color css
<style>
span { border-color: #F9C01F; }
span { border-color: rgb(249,192,31); }
td.TdClassName
{
border-color: #F9C01F;
}
.TagClassName
{
border-color: #F9C01F;
}
</style>