Shades of Moon Yellow #F6BC16
Tints of Moon Yellow #F6BC16
RGB
CMYK
RGB Variations
Color information
#F6BC16 (or 0xF6BC16) is known color: Moon Yellow. HEX triplet: F6, BC and 16. RGB value is (246,188,22). Sum of RGB (Red+Green+Blue) = 246+188+22=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 22 (8.98% from 255 or 4.82% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6BC16 is #0943E9. Grayscale: #BBBBBB. Windows color (decimal): -607210 or 1490166. OLE color: 1490166.
HSL color Cylindrical-coordinate representation of color #F6BC16: hue angle of 44.46º 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 #F6BC16 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 188 | 22 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.04 |
| HSL | 44.46º | 0.93% | 0.53% | - |
| HSV(B) | 44.46º | 0.91% | 0.96% | - |
| XYZ | 56.13 | 55.62 | 8.54 | - |
| YUV | 186.42 | 35.22 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 188 | 22 | 0 | 0.24 | 0.91 | 0.04 | 44.46 | 0.93 | 0.53 |
| Hex | F6 | BC | 16 | 0 | 18 | 5B | 4 | 2C | 5D | 35 |
| Octal | 366 | 274 | 26 | 0 | 30 | 133 | 4 | 54 | 135 | 65 |
| Binary | 11110110 | 10111100 | 10110 | 0 | 11000 | 1011011 | 100 | 101100 | 1011101 | 110101 |
Color Harmonies of #F6BC16
Complementary color
Monochromatic Colors of #F6BC16
Black with #F6BC16
Text Example
Text Example
White with #F6BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BC16; }
p { color: rgb(246,188,22); }
H1.HeaderClassName
{
color: #F6BC16;
}
.AnyTagClassName
{
color: #F6BC16;
}
</style>
background-color css
<style>
a { background-color: #F6BC16; }
a { background-color: rgb(246,188,22); }
div.DivClassName
{
background-color: #F6BC16;
}
.BgClassName
{
background-color: #F6BC16;
}
</style>
border-color css
<style>
span { border-color: #F6BC16; }
span { border-color: rgb(246,188,22); }
td.TdClassName
{
border-color: #F6BC16;
}
.TagClassName
{
border-color: #F6BC16;
}
</style>