Shades of Moon Yellow #FFBC16
Tints of Moon Yellow #FFBC16
RGB
CMYK
RGB Variations
Color information
#FFBC16 (or 0xFFBC16) is known color: Moon Yellow. HEX triplet: FF, BC and 16. RGB value is (255,188,22). Sum of RGB (Red+Green+Blue) = 255+188+22=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 22 (8.98% from 255 or 4.73% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBC16 is #0043E9. Grayscale: #BDBDBD. Windows color (decimal): -17386 or 1490175. OLE color: 1490175.
HSL color Cylindrical-coordinate representation of color #FFBC16: hue angle of 42.75º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFBC16 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 22 | - |
| CMYK | 0 | 0.26 | 0.91 | 0 |
| HSL | 42.75º | 1% | 0.54% | - |
| HSV(B) | 42.75º | 0.91% | 1% | - |
| XYZ | 59.37 | 57.28 | 8.69 | - |
| YUV | 189.11 | 33.7 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 22 | 0 | 0.26 | 0.91 | 0 | 42.75 | 1 | 0.54 |
| Hex | FF | BC | 16 | 0 | 1A | 5B | 0 | 2B | 64 | 36 |
| Octal | 377 | 274 | 26 | 0 | 32 | 133 | 0 | 53 | 144 | 66 |
| Binary | 11111111 | 10111100 | 10110 | 0 | 11010 | 1011011 | 0 | 101011 | 1100100 | 110110 |
Color Harmonies of #FFBC16
Complementary color
Monochromatic Colors of #FFBC16
Black with #FFBC16
Text Example
Text Example
White with #FFBC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC16; }
p { color: rgb(255,188,22); }
H1.HeaderClassName
{
color: #FFBC16;
}
.AnyTagClassName
{
color: #FFBC16;
}
</style>
background-color css
<style>
a { background-color: #FFBC16; }
a { background-color: rgb(255,188,22); }
div.DivClassName
{
background-color: #FFBC16;
}
.BgClassName
{
background-color: #FFBC16;
}
</style>
border-color css
<style>
span { border-color: #FFBC16; }
span { border-color: rgb(255,188,22); }
td.TdClassName
{
border-color: #FFBC16;
}
.TagClassName
{
border-color: #FFBC16;
}
</style>