Shades of Lemon #FBE90C
Tints of Lemon #FBE90C
RGB
CMYK
RGB Variations
Color information
#FBE90C (or 0xFBE90C) is known color: Lemon. HEX triplet: FB, E9 and 0C. RGB value is (251,233,12). Sum of RGB (Red+Green+Blue) = 251+233+12=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 12 (5.08% from 255 or 2.42% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE90C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBE90C is #0416F3. Grayscale: #D6D6D6. Windows color (decimal): -268020 or 846331. OLE color: 846331.
HSL color Cylindrical-coordinate representation of color #FBE90C: hue angle of 55.48º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FBE90C is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 233 | 12 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.02 |
| HSL | 55.48º | 0.97% | 0.52% | - |
| HSV(B) | 55.48º | 0.95% | 0.98% | - |
| XYZ | 68.99 | 78.81 | 11.92 | - |
| YUV | 213.19 | 14.46 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 233 | 12 | 0 | 0.07 | 0.95 | 0.02 | 55.48 | 0.97 | 0.52 |
| Hex | FB | E9 | C | 0 | 7 | 5F | 2 | 37 | 61 | 34 |
| Octal | 373 | 351 | 14 | 0 | 7 | 137 | 2 | 67 | 141 | 64 |
| Binary | 11111011 | 11101001 | 1100 | 0 | 111 | 1011111 | 10 | 110111 | 1100001 | 110100 |
Color Harmonies of #FBE90C
Complementary color
Monochromatic Colors of #FBE90C
Black with #FBE90C
Text Example
Text Example
White with #FBE90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE90C; }
p { color: rgb(251,233,12); }
H1.HeaderClassName
{
color: #FBE90C;
}
.AnyTagClassName
{
color: #FBE90C;
}
</style>
background-color css
<style>
a { background-color: #FBE90C; }
a { background-color: rgb(251,233,12); }
div.DivClassName
{
background-color: #FBE90C;
}
.BgClassName
{
background-color: #FBE90C;
}
</style>
border-color css
<style>
span { border-color: #FBE90C; }
span { border-color: rgb(251,233,12); }
td.TdClassName
{
border-color: #FBE90C;
}
.TagClassName
{
border-color: #FBE90C;
}
</style>