Shades of Moon Yellow #FFBC20
Tints of Moon Yellow #FFBC20
RGB
CMYK
RGB Variations
Color information
#FFBC20 (or 0xFFBC20) is known color: Moon Yellow. HEX triplet: FF, BC and 20. RGB value is (255,188,32). Sum of RGB (Red+Green+Blue) = 255+188+32=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 32 (12.89% from 255 or 6.74% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC20 is #0043DF. Grayscale: #BEBEBE. Windows color (decimal): -17376 or 2145535. OLE color: 2145535.
HSL color Cylindrical-coordinate representation of color #FFBC20: hue angle of 41.97º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFBC20 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 32 | - |
| CMYK | 0 | 0.26 | 0.87 | 0 |
| HSL | 41.97º | 1% | 0.56% | - |
| HSV(B) | 41.97º | 0.87% | 1% | - |
| XYZ | 59.48 | 57.33 | 9.3 | - |
| YUV | 190.25 | 38.7 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 32 | 0 | 0.26 | 0.87 | 0 | 41.97 | 1 | 0.56 |
| Hex | FF | BC | 20 | 0 | 1A | 57 | 0 | 2A | 64 | 38 |
| Octal | 377 | 274 | 40 | 0 | 32 | 127 | 0 | 52 | 144 | 70 |
| Binary | 11111111 | 10111100 | 100000 | 0 | 11010 | 1010111 | 0 | 101010 | 1100100 | 111000 |
Color Harmonies of #FFBC20
Complementary color
Monochromatic Colors of #FFBC20
Black with #FFBC20
Text Example
Text Example
White with #FFBC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC20; }
p { color: rgb(255,188,32); }
H1.HeaderClassName
{
color: #FFBC20;
}
.AnyTagClassName
{
color: #FFBC20;
}
</style>
background-color css
<style>
a { background-color: #FFBC20; }
a { background-color: rgb(255,188,32); }
div.DivClassName
{
background-color: #FFBC20;
}
.BgClassName
{
background-color: #FFBC20;
}
</style>
border-color css
<style>
span { border-color: #FFBC20; }
span { border-color: rgb(255,188,32); }
td.TdClassName
{
border-color: #FFBC20;
}
.TagClassName
{
border-color: #FFBC20;
}
</style>