Shades of Moon Yellow #F5BC12
Tints of Moon Yellow #F5BC12
RGB
CMYK
RGB Variations
Color information
#F5BC12 (or 0xF5BC12) is known color: Moon Yellow. HEX triplet: F5, BC and 12. RGB value is (245,188,18). Sum of RGB (Red+Green+Blue) = 245+188+18=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 18 (7.42% from 255 or 3.99% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BC12 is #0A43ED. Grayscale: #BABABA. Windows color (decimal): -672750 or 1228021. OLE color: 1228021.
HSL color Cylindrical-coordinate representation of color #F5BC12: hue angle of 44.93º degrees, saturation: 0.92, 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 #F5BC12 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 18 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.04 |
| HSL | 44.93º | 0.92% | 0.52% | - |
| HSV(B) | 44.93º | 0.93% | 0.96% | - |
| XYZ | 55.75 | 55.42 | 8.33 | - |
| YUV | 185.66 | 33.38 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 18 | 0 | 0.23 | 0.93 | 0.04 | 44.93 | 0.92 | 0.52 |
| Hex | F5 | BC | 12 | 0 | 17 | 5D | 4 | 2D | 5C | 34 |
| Octal | 365 | 274 | 22 | 0 | 27 | 135 | 4 | 55 | 134 | 64 |
| Binary | 11110101 | 10111100 | 10010 | 0 | 10111 | 1011101 | 100 | 101101 | 1011100 | 110100 |
Color Harmonies of #F5BC12
Complementary color
Monochromatic Colors of #F5BC12
Black with #F5BC12
Text Example
Text Example
White with #F5BC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BC12; }
p { color: rgb(245,188,18); }
H1.HeaderClassName
{
color: #F5BC12;
}
.AnyTagClassName
{
color: #F5BC12;
}
</style>
background-color css
<style>
a { background-color: #F5BC12; }
a { background-color: rgb(245,188,18); }
div.DivClassName
{
background-color: #F5BC12;
}
.BgClassName
{
background-color: #F5BC12;
}
</style>
border-color css
<style>
span { border-color: #F5BC12; }
span { border-color: rgb(245,188,18); }
td.TdClassName
{
border-color: #F5BC12;
}
.TagClassName
{
border-color: #F5BC12;
}
</style>