Shades of Moon Yellow #F6C516
Tints of Moon Yellow #F6C516
RGB
CMYK
RGB Variations
Color information
#F6C516 (or 0xF6C516) is known color: Moon Yellow. HEX triplet: F6, C5 and 16. RGB value is (246,197,22). Sum of RGB (Red+Green+Blue) = 246+197+22=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 22 (8.98% from 255 or 4.73% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C516 is #093AE9. Grayscale: #C0C0C0. Windows color (decimal): -604906 or 1492470. OLE color: 1492470.
HSL color Cylindrical-coordinate representation of color #F6C516: hue angle of 46.88º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6C516 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 197 | 22 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.04 |
| HSL | 46.88º | 0.93% | 0.53% | - |
| HSV(B) | 46.88º | 0.91% | 0.96% | - |
| XYZ | 58.12 | 59.58 | 9.2 | - |
| YUV | 191.7 | 32.23 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 197 | 22 | 0 | 0.20 | 0.91 | 0.04 | 46.88 | 0.93 | 0.53 |
| Hex | F6 | C5 | 16 | 0 | 14 | 5B | 4 | 2F | 5D | 35 |
| Octal | 366 | 305 | 26 | 0 | 24 | 133 | 4 | 57 | 135 | 65 |
| Binary | 11110110 | 11000101 | 10110 | 0 | 10100 | 1011011 | 100 | 101111 | 1011101 | 110101 |
Color Harmonies of #F6C516
Complementary color
Monochromatic Colors of #F6C516
Black with #F6C516
Text Example
Text Example
White with #F6C516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C516; }
p { color: rgb(246,197,22); }
H1.HeaderClassName
{
color: #F6C516;
}
.AnyTagClassName
{
color: #F6C516;
}
</style>
background-color css
<style>
a { background-color: #F6C516; }
a { background-color: rgb(246,197,22); }
div.DivClassName
{
background-color: #F6C516;
}
.BgClassName
{
background-color: #F6C516;
}
</style>
border-color css
<style>
span { border-color: #F6C516; }
span { border-color: rgb(246,197,22); }
td.TdClassName
{
border-color: #F6C516;
}
.TagClassName
{
border-color: #F6C516;
}
</style>