Shades of Moon Yellow #FBBC1E
Tints of Moon Yellow #FBBC1E
RGB
CMYK
RGB Variations
Color information
#FBBC1E (or 0xFBBC1E) is known color: Moon Yellow. HEX triplet: FB, BC and 1E. RGB value is (251,188,30). Sum of RGB (Red+Green+Blue) = 251+188+30=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 30 (12.11% from 255 or 6.40% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBC1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBC1E is #0443E1. Grayscale: #BDBDBD. Windows color (decimal): -279522 or 2014459. OLE color: 2014459.
HSL color Cylindrical-coordinate representation of color #FBBC1E: hue angle of 42.9º 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 #FBBC1E is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 30 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.02 |
| HSL | 42.9º | 0.97% | 0.55% | - |
| HSV(B) | 42.9º | 0.88% | 0.98% | - |
| XYZ | 58 | 56.57 | 9.09 | - |
| YUV | 188.83 | 38.37 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 30 | 0 | 0.25 | 0.88 | 0.02 | 42.9 | 0.97 | 0.55 |
| Hex | FB | BC | 1E | 0 | 19 | 58 | 2 | 2B | 61 | 37 |
| Octal | 373 | 274 | 36 | 0 | 31 | 130 | 2 | 53 | 141 | 67 |
| Binary | 11111011 | 10111100 | 11110 | 0 | 11001 | 1011000 | 10 | 101011 | 1100001 | 110111 |
Color Harmonies of #FBBC1E
Complementary color
Monochromatic Colors of #FBBC1E
Black with #FBBC1E
Text Example
Text Example
White with #FBBC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBC1E; }
p { color: rgb(251,188,30); }
H1.HeaderClassName
{
color: #FBBC1E;
}
.AnyTagClassName
{
color: #FBBC1E;
}
</style>
background-color css
<style>
a { background-color: #FBBC1E; }
a { background-color: rgb(251,188,30); }
div.DivClassName
{
background-color: #FBBC1E;
}
.BgClassName
{
background-color: #FBBC1E;
}
</style>
border-color css
<style>
span { border-color: #FBBC1E; }
span { border-color: rgb(251,188,30); }
td.TdClassName
{
border-color: #FBBC1E;
}
.TagClassName
{
border-color: #FBBC1E;
}
</style>