Shades of Moon Yellow #FBBA19
Tints of Moon Yellow #FBBA19
RGB
CMYK
RGB Variations
Color information
#FBBA19 (or 0xFBBA19) is known color: Moon Yellow. HEX triplet: FB, BA and 19. RGB value is (251,186,25). Sum of RGB (Red+Green+Blue) = 251+186+25=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 25 (10.16% from 255 or 5.41% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBBA19 is #0445E6. Grayscale: #BBBBBB. Windows color (decimal): -280039 or 1686267. OLE color: 1686267.
HSL color Cylindrical-coordinate representation of color #FBBA19: hue angle of 42.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FBBA19 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 25 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.02 |
| HSL | 42.74º | 0.97% | 0.54% | - |
| HSV(B) | 42.74º | 0.9% | 0.98% | - |
| XYZ | 57.52 | 55.7 | 8.64 | - |
| YUV | 187.08 | 36.53 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 25 | 0 | 0.26 | 0.90 | 0.02 | 42.74 | 0.97 | 0.54 |
| Hex | FB | BA | 19 | 0 | 1A | 5A | 2 | 2B | 61 | 36 |
| Octal | 373 | 272 | 31 | 0 | 32 | 132 | 2 | 53 | 141 | 66 |
| Binary | 11111011 | 10111010 | 11001 | 0 | 11010 | 1011010 | 10 | 101011 | 1100001 | 110110 |
Color Harmonies of #FBBA19
Complementary color
Monochromatic Colors of #FBBA19
Black with #FBBA19
Text Example
Text Example
White with #FBBA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA19; }
p { color: rgb(251,186,25); }
H1.HeaderClassName
{
color: #FBBA19;
}
.AnyTagClassName
{
color: #FBBA19;
}
</style>
background-color css
<style>
a { background-color: #FBBA19; }
a { background-color: rgb(251,186,25); }
div.DivClassName
{
background-color: #FBBA19;
}
.BgClassName
{
background-color: #FBBA19;
}
</style>
border-color css
<style>
span { border-color: #FBBA19; }
span { border-color: rgb(251,186,25); }
td.TdClassName
{
border-color: #FBBA19;
}
.TagClassName
{
border-color: #FBBA19;
}
</style>