Shades of Lemon #FBE812
Tints of Lemon #FBE812
RGB
CMYK
RGB Variations
Color information
#FBE812 (or 0xFBE812) is known color: Lemon. HEX triplet: FB, E8 and 12. RGB value is (251,232,18). Sum of RGB (Red+Green+Blue) = 251+232+18=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 232 (91.02% from 255 or 46.31% from 501); Blue value is 18 (7.42% from 255 or 3.59% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE812 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBE812 is #0417ED. Grayscale: #D6D6D6. Windows color (decimal): -268270 or 1239291. OLE color: 1239291.
HSL color Cylindrical-coordinate representation of color #FBE812: hue angle of 55.11º 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 #FBE812 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 232 | 18 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.02 |
| HSL | 55.11º | 0.97% | 0.53% | - |
| HSV(B) | 55.11º | 0.93% | 0.98% | - |
| XYZ | 68.75 | 78.27 | 12.06 | - |
| YUV | 213.29 | 17.79 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 232 | 18 | 0 | 0.08 | 0.93 | 0.02 | 55.11 | 0.97 | 0.53 |
| Hex | FB | E8 | 12 | 0 | 8 | 5D | 2 | 37 | 61 | 35 |
| Octal | 373 | 350 | 22 | 0 | 10 | 135 | 2 | 67 | 141 | 65 |
| Binary | 11111011 | 11101000 | 10010 | 0 | 1000 | 1011101 | 10 | 110111 | 1100001 | 110101 |
Color Harmonies of #FBE812
Complementary color
Monochromatic Colors of #FBE812
Black with #FBE812
Text Example
Text Example
White with #FBE812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE812; }
p { color: rgb(251,232,18); }
H1.HeaderClassName
{
color: #FBE812;
}
.AnyTagClassName
{
color: #FBE812;
}
</style>
background-color css
<style>
a { background-color: #FBE812; }
a { background-color: rgb(251,232,18); }
div.DivClassName
{
background-color: #FBE812;
}
.BgClassName
{
background-color: #FBE812;
}
</style>
border-color css
<style>
span { border-color: #FBE812; }
span { border-color: rgb(251,232,18); }
td.TdClassName
{
border-color: #FBE812;
}
.TagClassName
{
border-color: #FBE812;
}
</style>