Shades of Lemon #FBE81A
Tints of Lemon #FBE81A
RGB
CMYK
RGB Variations
Color information
#FBE81A (or 0xFBE81A) is known color: Lemon. HEX triplet: FB, E8 and 1A. RGB value is (251,232,26). Sum of RGB (Red+Green+Blue) = 251+232+26=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 26 (10.55% from 255 or 5.11% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE81A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBE81A is #0417E5. Grayscale: #D7D7D7. Windows color (decimal): -268262 or 1763579. OLE color: 1763579.
HSL color Cylindrical-coordinate representation of color #FBE81A: hue angle of 54.93º 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 #FBE81A is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 232 | 26 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.02 |
| HSL | 54.93º | 0.97% | 0.54% | - |
| HSV(B) | 54.93º | 0.9% | 0.98% | - |
| XYZ | 68.83 | 78.3 | 12.46 | - |
| YUV | 214.2 | 21.79 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 232 | 26 | 0 | 0.08 | 0.90 | 0.02 | 54.93 | 0.97 | 0.54 |
| Hex | FB | E8 | 1A | 0 | 8 | 5A | 2 | 37 | 61 | 36 |
| Octal | 373 | 350 | 32 | 0 | 10 | 132 | 2 | 67 | 141 | 66 |
| Binary | 11111011 | 11101000 | 11010 | 0 | 1000 | 1011010 | 10 | 110111 | 1100001 | 110110 |
Color Harmonies of #FBE81A
Complementary color
Monochromatic Colors of #FBE81A
Black with #FBE81A
Text Example
Text Example
White with #FBE81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE81A; }
p { color: rgb(251,232,26); }
H1.HeaderClassName
{
color: #FBE81A;
}
.AnyTagClassName
{
color: #FBE81A;
}
</style>
background-color css
<style>
a { background-color: #FBE81A; }
a { background-color: rgb(251,232,26); }
div.DivClassName
{
background-color: #FBE81A;
}
.BgClassName
{
background-color: #FBE81A;
}
</style>
border-color css
<style>
span { border-color: #FBE81A; }
span { border-color: rgb(251,232,26); }
td.TdClassName
{
border-color: #FBE81A;
}
.TagClassName
{
border-color: #FBE81A;
}
</style>