Shades of Moon Yellow #F9C614
Tints of Moon Yellow #F9C614
RGB
CMYK
RGB Variations
Color information
#F9C614 (or 0xF9C614) is known color: Moon Yellow. HEX triplet: F9, C6 and 14. RGB value is (249,198,20). Sum of RGB (Red+Green+Blue) = 249+198+20=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C614 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C614 is #0639EB. Grayscale: #C1C1C1. Windows color (decimal): -408044 or 1361657. OLE color: 1361657.
HSL color Cylindrical-coordinate representation of color #F9C614: hue angle of 46.64º 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 #F9C614 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 198 | 20 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.02 |
| HSL | 46.64º | 0.95% | 0.53% | - |
| HSV(B) | 46.64º | 0.92% | 0.98% | - |
| XYZ | 59.39 | 60.58 | 9.22 | - |
| YUV | 192.96 | 30.4 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 198 | 20 | 0 | 0.20 | 0.92 | 0.02 | 46.64 | 0.95 | 0.53 |
| Hex | F9 | C6 | 14 | 0 | 14 | 5C | 2 | 2F | 5F | 35 |
| Octal | 371 | 306 | 24 | 0 | 24 | 134 | 2 | 57 | 137 | 65 |
| Binary | 11111001 | 11000110 | 10100 | 0 | 10100 | 1011100 | 10 | 101111 | 1011111 | 110101 |
Color Harmonies of #F9C614
Complementary color
Monochromatic Colors of #F9C614
Black with #F9C614
Text Example
Text Example
White with #F9C614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C614; }
p { color: rgb(249,198,20); }
H1.HeaderClassName
{
color: #F9C614;
}
.AnyTagClassName
{
color: #F9C614;
}
</style>
background-color css
<style>
a { background-color: #F9C614; }
a { background-color: rgb(249,198,20); }
div.DivClassName
{
background-color: #F9C614;
}
.BgClassName
{
background-color: #F9C614;
}
</style>
border-color css
<style>
span { border-color: #F9C614; }
span { border-color: rgb(249,198,20); }
td.TdClassName
{
border-color: #F9C614;
}
.TagClassName
{
border-color: #F9C614;
}
</style>