Shades of Moon Yellow #F3BC16
Tints of Moon Yellow #F3BC16
RGB
CMYK
RGB Variations
Color information
#F3BC16 (or 0xF3BC16) is known color: Moon Yellow. HEX triplet: F3, BC and 16. RGB value is (243,188,22). Sum of RGB (Red+Green+Blue) = 243+188+22=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3BC16 is #0C43E9. Grayscale: #BABABA. Windows color (decimal): -803818 or 1490163. OLE color: 1490163.
HSL color Cylindrical-coordinate representation of color #F3BC16: hue angle of 45.07º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3BC16 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 22 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.05 |
| HSL | 45.07º | 0.9% | 0.52% | - |
| HSV(B) | 45.07º | 0.91% | 0.95% | - |
| XYZ | 55.09 | 55.08 | 8.49 | - |
| YUV | 185.52 | 35.72 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 22 | 0 | 0.23 | 0.91 | 0.05 | 45.07 | 0.9 | 0.52 |
| Hex | F3 | BC | 16 | 0 | 17 | 5B | 5 | 2D | 5A | 34 |
| Octal | 363 | 274 | 26 | 0 | 27 | 133 | 5 | 55 | 132 | 64 |
| Binary | 11110011 | 10111100 | 10110 | 0 | 10111 | 1011011 | 101 | 101101 | 1011010 | 110100 |
Color Harmonies of #F3BC16
Complementary color
Monochromatic Colors of #F3BC16
Black with #F3BC16
Text Example
Text Example
White with #F3BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BC16; }
p { color: rgb(243,188,22); }
H1.HeaderClassName
{
color: #F3BC16;
}
.AnyTagClassName
{
color: #F3BC16;
}
</style>
background-color css
<style>
a { background-color: #F3BC16; }
a { background-color: rgb(243,188,22); }
div.DivClassName
{
background-color: #F3BC16;
}
.BgClassName
{
background-color: #F3BC16;
}
</style>
border-color css
<style>
span { border-color: #F3BC16; }
span { border-color: rgb(243,188,22); }
td.TdClassName
{
border-color: #F3BC16;
}
.TagClassName
{
border-color: #F3BC16;
}
</style>