Shades of Lemon #FBE019
Tints of Lemon #FBE019
RGB
CMYK
RGB Variations
Color information
#FBE019 (or 0xFBE019) is known color: Lemon. HEX triplet: FB, E0 and 19. RGB value is (251,224,25). Sum of RGB (Red+Green+Blue) = 251+224+25=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 25 (10.16% from 255 or 5% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE019 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE019 is #041FE6. Grayscale: #D2D2D2. Windows color (decimal): -270311 or 1695995. OLE color: 1695995.
HSL color Cylindrical-coordinate representation of color #FBE019: hue angle of 52.83º 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 #FBE019 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 25 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.02 |
| HSL | 52.83º | 0.97% | 0.54% | - |
| HSV(B) | 52.83º | 0.9% | 0.98% | - |
| XYZ | 66.61 | 73.89 | 11.67 | - |
| YUV | 209.39 | 23.95 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 25 | 0 | 0.11 | 0.90 | 0.02 | 52.83 | 0.97 | 0.54 |
| Hex | FB | E0 | 19 | 0 | B | 5A | 2 | 35 | 61 | 36 |
| Octal | 373 | 340 | 31 | 0 | 13 | 132 | 2 | 65 | 141 | 66 |
| Binary | 11111011 | 11100000 | 11001 | 0 | 1011 | 1011010 | 10 | 110101 | 1100001 | 110110 |
Color Harmonies of #FBE019
Complementary color
Monochromatic Colors of #FBE019
Black with #FBE019
Text Example
Text Example
White with #FBE019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE019; }
p { color: rgb(251,224,25); }
H1.HeaderClassName
{
color: #FBE019;
}
.AnyTagClassName
{
color: #FBE019;
}
</style>
background-color css
<style>
a { background-color: #FBE019; }
a { background-color: rgb(251,224,25); }
div.DivClassName
{
background-color: #FBE019;
}
.BgClassName
{
background-color: #FBE019;
}
</style>
border-color css
<style>
span { border-color: #FBE019; }
span { border-color: rgb(251,224,25); }
td.TdClassName
{
border-color: #FBE019;
}
.TagClassName
{
border-color: #FBE019;
}
</style>