Shades of Moon Yellow #FBBA1E
Tints of Moon Yellow #FBBA1E
RGB
CMYK
RGB Variations
Color information
#FBBA1E (or 0xFBBA1E) is known color: Moon Yellow. HEX triplet: FB, BA and 1E. RGB value is (251,186,30). Sum of RGB (Red+Green+Blue) = 251+186+30=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 30 (12.11% from 255 or 6.42% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBA1E is #0445E1. Grayscale: #BCBCBC. Windows color (decimal): -280034 or 2013947. OLE color: 2013947.
HSL color Cylindrical-coordinate representation of color #FBBA1E: hue angle of 42.35º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FBBA1E is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 30 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.02 |
| HSL | 42.35º | 0.97% | 0.55% | - |
| HSV(B) | 42.35º | 0.88% | 0.98% | - |
| XYZ | 57.58 | 55.72 | 8.95 | - |
| YUV | 187.65 | 39.03 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 30 | 0 | 0.26 | 0.88 | 0.02 | 42.35 | 0.97 | 0.55 |
| Hex | FB | BA | 1E | 0 | 1A | 58 | 2 | 2A | 61 | 37 |
| Octal | 373 | 272 | 36 | 0 | 32 | 130 | 2 | 52 | 141 | 67 |
| Binary | 11111011 | 10111010 | 11110 | 0 | 11010 | 1011000 | 10 | 101010 | 1100001 | 110111 |
Color Harmonies of #FBBA1E
Complementary color
Monochromatic Colors of #FBBA1E
Black with #FBBA1E
Text Example
Text Example
White with #FBBA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA1E; }
p { color: rgb(251,186,30); }
H1.HeaderClassName
{
color: #FBBA1E;
}
.AnyTagClassName
{
color: #FBBA1E;
}
</style>
background-color css
<style>
a { background-color: #FBBA1E; }
a { background-color: rgb(251,186,30); }
div.DivClassName
{
background-color: #FBBA1E;
}
.BgClassName
{
background-color: #FBBA1E;
}
</style>
border-color css
<style>
span { border-color: #FBBA1E; }
span { border-color: rgb(251,186,30); }
td.TdClassName
{
border-color: #FBBA1E;
}
.TagClassName
{
border-color: #FBBA1E;
}
</style>