Shades of Moon Yellow #F3BC12
Tints of Moon Yellow #F3BC12
RGB
CMYK
RGB Variations
Color information
#F3BC12 (or 0xF3BC12) is known color: Moon Yellow. HEX triplet: F3, BC and 12. RGB value is (243,188,18). Sum of RGB (Red+Green+Blue) = 243+188+18=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3BC12 is #0C43ED. Grayscale: #B9B9B9. Windows color (decimal): -803822 or 1228019. OLE color: 1228019.
HSL color Cylindrical-coordinate representation of color #F3BC12: hue angle of 45.33º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F3BC12 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 18 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.05 |
| HSL | 45.33º | 0.9% | 0.51% | - |
| HSV(B) | 45.33º | 0.93% | 0.95% | - |
| XYZ | 55.05 | 55.06 | 8.3 | - |
| YUV | 185.07 | 33.72 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 18 | 0 | 0.23 | 0.93 | 0.05 | 45.33 | 0.9 | 0.51 |
| Hex | F3 | BC | 12 | 0 | 17 | 5D | 5 | 2D | 5A | 33 |
| Octal | 363 | 274 | 22 | 0 | 27 | 135 | 5 | 55 | 132 | 63 |
| Binary | 11110011 | 10111100 | 10010 | 0 | 10111 | 1011101 | 101 | 101101 | 1011010 | 110011 |
Color Harmonies of #F3BC12
Complementary color
Monochromatic Colors of #F3BC12
Black with #F3BC12
Text Example
Text Example
White with #F3BC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BC12; }
p { color: rgb(243,188,18); }
H1.HeaderClassName
{
color: #F3BC12;
}
.AnyTagClassName
{
color: #F3BC12;
}
</style>
background-color css
<style>
a { background-color: #F3BC12; }
a { background-color: rgb(243,188,18); }
div.DivClassName
{
background-color: #F3BC12;
}
.BgClassName
{
background-color: #F3BC12;
}
</style>
border-color css
<style>
span { border-color: #F3BC12; }
span { border-color: rgb(243,188,18); }
td.TdClassName
{
border-color: #F3BC12;
}
.TagClassName
{
border-color: #F3BC12;
}
</style>