Shades of Moon Yellow #F6BC14
Tints of Moon Yellow #F6BC14
RGB
CMYK
RGB Variations
Color information
#F6BC14 (or 0xF6BC14) is known color: Moon Yellow. HEX triplet: F6, BC and 14. RGB value is (246,188,20). Sum of RGB (Red+Green+Blue) = 246+188+20=454 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.19% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 20 (8.20% from 255 or 4.41% from 454); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6BC14 is #0943EB. Grayscale: #BABABA. Windows color (decimal): -607212 or 1359094. OLE color: 1359094.
HSL color Cylindrical-coordinate representation of color #F6BC14: hue angle of 44.6º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F6BC14 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 188 | 20 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.04 |
| HSL | 44.6º | 0.93% | 0.52% | - |
| HSV(B) | 44.6º | 0.92% | 0.96% | - |
| XYZ | 56.12 | 55.61 | 8.44 | - |
| YUV | 186.19 | 34.22 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 188 | 20 | 0 | 0.24 | 0.92 | 0.04 | 44.6 | 0.93 | 0.52 |
| Hex | F6 | BC | 14 | 0 | 18 | 5C | 4 | 2D | 5D | 34 |
| Octal | 366 | 274 | 24 | 0 | 30 | 134 | 4 | 55 | 135 | 64 |
| Binary | 11110110 | 10111100 | 10100 | 0 | 11000 | 1011100 | 100 | 101101 | 1011101 | 110100 |
Color Harmonies of #F6BC14
Complementary color
Monochromatic Colors of #F6BC14
Black with #F6BC14
Text Example
Text Example
White with #F6BC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BC14; }
p { color: rgb(246,188,20); }
H1.HeaderClassName
{
color: #F6BC14;
}
.AnyTagClassName
{
color: #F6BC14;
}
</style>
background-color css
<style>
a { background-color: #F6BC14; }
a { background-color: rgb(246,188,20); }
div.DivClassName
{
background-color: #F6BC14;
}
.BgClassName
{
background-color: #F6BC14;
}
</style>
border-color css
<style>
span { border-color: #F6BC14; }
span { border-color: rgb(246,188,20); }
td.TdClassName
{
border-color: #F6BC14;
}
.TagClassName
{
border-color: #F6BC14;
}
</style>