Shades of Moon Yellow #FFBB20
Tints of Moon Yellow #FFBB20
RGB
CMYK
RGB Variations
Color information
#FFBB20 (or 0xFFBB20) is known color: Moon Yellow. HEX triplet: FF, BB and 20. RGB value is (255,187,32). Sum of RGB (Red+Green+Blue) = 255+187+32=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 32 (12.89% from 255 or 6.75% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB20 is #0044DF. Grayscale: #BEBEBE. Windows color (decimal): -17632 or 2145279. OLE color: 2145279.
HSL color Cylindrical-coordinate representation of color #FFBB20: hue angle of 41.7º 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 #FFBB20 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 32 | - |
| CMYK | 0 | 0.27 | 0.87 | 0 |
| HSL | 41.7º | 1% | 0.56% | - |
| HSV(B) | 41.7º | 0.87% | 1% | - |
| XYZ | 59.27 | 56.9 | 9.23 | - |
| YUV | 189.66 | 39.03 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 32 | 0 | 0.27 | 0.87 | 0 | 41.7 | 1 | 0.56 |
| Hex | FF | BB | 20 | 0 | 1B | 57 | 0 | 2A | 64 | 38 |
| Octal | 377 | 273 | 40 | 0 | 33 | 127 | 0 | 52 | 144 | 70 |
| Binary | 11111111 | 10111011 | 100000 | 0 | 11011 | 1010111 | 0 | 101010 | 1100100 | 111000 |
Color Harmonies of #FFBB20
Complementary color
Monochromatic Colors of #FFBB20
Black with #FFBB20
Text Example
Text Example
White with #FFBB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB20; }
p { color: rgb(255,187,32); }
H1.HeaderClassName
{
color: #FFBB20;
}
.AnyTagClassName
{
color: #FFBB20;
}
</style>
background-color css
<style>
a { background-color: #FFBB20; }
a { background-color: rgb(255,187,32); }
div.DivClassName
{
background-color: #FFBB20;
}
.BgClassName
{
background-color: #FFBB20;
}
</style>
border-color css
<style>
span { border-color: #FFBB20; }
span { border-color: rgb(255,187,32); }
td.TdClassName
{
border-color: #FFBB20;
}
.TagClassName
{
border-color: #FFBB20;
}
</style>