Shades of Moon Yellow #F6BA12
Tints of Moon Yellow #F6BA12
RGB
CMYK
RGB Variations
Color information
#F6BA12 (or 0xF6BA12) is known color: Moon Yellow. HEX triplet: F6, BA and 12. RGB value is (246,186,18). Sum of RGB (Red+Green+Blue) = 246+186+18=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 18 (7.42% from 255 or 4% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6BA12 is #0945ED. Grayscale: #B9B9B9. Windows color (decimal): -607726 or 1227510. OLE color: 1227510.
HSL color Cylindrical-coordinate representation of color #F6BA12: hue angle of 44.21º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6BA12 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 18 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.04 |
| HSL | 44.21º | 0.93% | 0.52% | - |
| HSV(B) | 44.21º | 0.93% | 0.96% | - |
| XYZ | 55.67 | 54.75 | 8.21 | - |
| YUV | 184.79 | 33.88 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 18 | 0 | 0.24 | 0.93 | 0.04 | 44.21 | 0.93 | 0.52 |
| Hex | F6 | BA | 12 | 0 | 18 | 5D | 4 | 2C | 5D | 34 |
| Octal | 366 | 272 | 22 | 0 | 30 | 135 | 4 | 54 | 135 | 64 |
| Binary | 11110110 | 10111010 | 10010 | 0 | 11000 | 1011101 | 100 | 101100 | 1011101 | 110100 |
Color Harmonies of #F6BA12
Complementary color
Monochromatic Colors of #F6BA12
Black with #F6BA12
Text Example
Text Example
White with #F6BA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BA12; }
p { color: rgb(246,186,18); }
H1.HeaderClassName
{
color: #F6BA12;
}
.AnyTagClassName
{
color: #F6BA12;
}
</style>
background-color css
<style>
a { background-color: #F6BA12; }
a { background-color: rgb(246,186,18); }
div.DivClassName
{
background-color: #F6BA12;
}
.BgClassName
{
background-color: #F6BA12;
}
</style>
border-color css
<style>
span { border-color: #F6BA12; }
span { border-color: rgb(246,186,18); }
td.TdClassName
{
border-color: #F6BA12;
}
.TagClassName
{
border-color: #F6BA12;
}
</style>