Shades of Lemon #FBE80C
Tints of Lemon #FBE80C
RGB
CMYK
RGB Variations
Color information
#FBE80C (or 0xFBE80C) is known color: Lemon. HEX triplet: FB, E8 and 0C. RGB value is (251,232,12). Sum of RGB (Red+Green+Blue) = 251+232+12=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 12 (5.08% from 255 or 2.42% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE80C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBE80C is #0417F3. Grayscale: #D5D5D5. Windows color (decimal): -268276 or 846075. OLE color: 846075.
HSL color Cylindrical-coordinate representation of color #FBE80C: hue angle of 55.23º 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 #FBE80C is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 232 | 12 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.02 |
| HSL | 55.23º | 0.97% | 0.52% | - |
| HSV(B) | 55.23º | 0.95% | 0.98% | - |
| XYZ | 68.71 | 78.25 | 11.83 | - |
| YUV | 212.6 | 14.79 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 232 | 12 | 0 | 0.08 | 0.95 | 0.02 | 55.23 | 0.97 | 0.52 |
| Hex | FB | E8 | C | 0 | 8 | 5F | 2 | 37 | 61 | 34 |
| Octal | 373 | 350 | 14 | 0 | 10 | 137 | 2 | 67 | 141 | 64 |
| Binary | 11111011 | 11101000 | 1100 | 0 | 1000 | 1011111 | 10 | 110111 | 1100001 | 110100 |
Color Harmonies of #FBE80C
Complementary color
Monochromatic Colors of #FBE80C
Black with #FBE80C
Text Example
Text Example
White with #FBE80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE80C; }
p { color: rgb(251,232,12); }
H1.HeaderClassName
{
color: #FBE80C;
}
.AnyTagClassName
{
color: #FBE80C;
}
</style>
background-color css
<style>
a { background-color: #FBE80C; }
a { background-color: rgb(251,232,12); }
div.DivClassName
{
background-color: #FBE80C;
}
.BgClassName
{
background-color: #FBE80C;
}
</style>
border-color css
<style>
span { border-color: #FBE80C; }
span { border-color: rgb(251,232,12); }
td.TdClassName
{
border-color: #FBE80C;
}
.TagClassName
{
border-color: #FBE80C;
}
</style>