Shades of Moon Yellow #FBBA20
Tints of Moon Yellow #FBBA20
RGB
CMYK
RGB Variations
Color information
#FBBA20 (or 0xFBBA20) is known color: Moon Yellow. HEX triplet: FB, BA and 20. RGB value is (251,186,32). Sum of RGB (Red+Green+Blue) = 251+186+32=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 32 (12.89% from 255 or 6.82% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBA20 is #0445DF. Grayscale: #BCBCBC. Windows color (decimal): -280032 or 2145019. OLE color: 2145019.
HSL color Cylindrical-coordinate representation of color #FBBA20: hue angle of 42.19º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FBBA20 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 32 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.02 |
| HSL | 42.19º | 0.96% | 0.55% | - |
| HSV(B) | 42.19º | 0.87% | 0.98% | - |
| XYZ | 57.6 | 55.73 | 9.09 | - |
| YUV | 187.88 | 40.03 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 32 | 0 | 0.26 | 0.87 | 0.02 | 42.19 | 0.96 | 0.55 |
| Hex | FB | BA | 20 | 0 | 1A | 57 | 2 | 2A | 60 | 37 |
| Octal | 373 | 272 | 40 | 0 | 32 | 127 | 2 | 52 | 140 | 67 |
| Binary | 11111011 | 10111010 | 100000 | 0 | 11010 | 1010111 | 10 | 101010 | 1100000 | 110111 |
Color Harmonies of #FBBA20
Complementary color
Monochromatic Colors of #FBBA20
Black with #FBBA20
Text Example
Text Example
White with #FBBA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA20; }
p { color: rgb(251,186,32); }
H1.HeaderClassName
{
color: #FBBA20;
}
.AnyTagClassName
{
color: #FBBA20;
}
</style>
background-color css
<style>
a { background-color: #FBBA20; }
a { background-color: rgb(251,186,32); }
div.DivClassName
{
background-color: #FBBA20;
}
.BgClassName
{
background-color: #FBBA20;
}
</style>
border-color css
<style>
span { border-color: #FBBA20; }
span { border-color: rgb(251,186,32); }
td.TdClassName
{
border-color: #FBBA20;
}
.TagClassName
{
border-color: #FBBA20;
}
</style>