Shades of Lemon #FBE112
Tints of Lemon #FBE112
RGB
CMYK
RGB Variations
Color information
#FBE112 (or 0xFBE112) is known color: Lemon. HEX triplet: FB, E1 and 12. RGB value is (251,225,18). Sum of RGB (Red+Green+Blue) = 251+225+18=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 18 (7.42% from 255 or 3.64% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE112 is #041EED. Grayscale: #D2D2D2. Windows color (decimal): -270062 or 1237499. OLE color: 1237499.
HSL color Cylindrical-coordinate representation of color #FBE112: hue angle of 53.3º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FBE112 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 18 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.02 |
| HSL | 53.3º | 0.97% | 0.53% | - |
| HSV(B) | 53.3º | 0.93% | 0.98% | - |
| XYZ | 66.82 | 74.4 | 11.41 | - |
| YUV | 209.18 | 20.11 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 18 | 0 | 0.10 | 0.93 | 0.02 | 53.3 | 0.97 | 0.53 |
| Hex | FB | E1 | 12 | 0 | A | 5D | 2 | 35 | 61 | 35 |
| Octal | 373 | 341 | 22 | 0 | 12 | 135 | 2 | 65 | 141 | 65 |
| Binary | 11111011 | 11100001 | 10010 | 0 | 1010 | 1011101 | 10 | 110101 | 1100001 | 110101 |
Color Harmonies of #FBE112
Complementary color
Monochromatic Colors of #FBE112
Black with #FBE112
Text Example
Text Example
White with #FBE112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE112; }
p { color: rgb(251,225,18); }
H1.HeaderClassName
{
color: #FBE112;
}
.AnyTagClassName
{
color: #FBE112;
}
</style>
background-color css
<style>
a { background-color: #FBE112; }
a { background-color: rgb(251,225,18); }
div.DivClassName
{
background-color: #FBE112;
}
.BgClassName
{
background-color: #FBE112;
}
</style>
border-color css
<style>
span { border-color: #FBE112; }
span { border-color: rgb(251,225,18); }
td.TdClassName
{
border-color: #FBE112;
}
.TagClassName
{
border-color: #FBE112;
}
</style>