Shades of Lemon #FBE51A
Tints of Lemon #FBE51A
RGB
CMYK
RGB Variations
Color information
#FBE51A (or 0xFBE51A) is known color: Lemon. HEX triplet: FB, E5 and 1A. RGB value is (251,229,26). Sum of RGB (Red+Green+Blue) = 251+229+26=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 26 (10.55% from 255 or 5.14% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE51A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE51A is #041AE5. Grayscale: #D5D5D5. Windows color (decimal): -269030 or 1762811. OLE color: 1762811.
HSL color Cylindrical-coordinate representation of color #FBE51A: hue angle of 54.13º 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 #FBE51A is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 26 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.02 |
| HSL | 54.13º | 0.97% | 0.54% | - |
| HSV(B) | 54.13º | 0.9% | 0.98% | - |
| XYZ | 67.99 | 76.62 | 12.18 | - |
| YUV | 212.44 | 22.79 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 26 | 0 | 0.09 | 0.90 | 0.02 | 54.13 | 0.97 | 0.54 |
| Hex | FB | E5 | 1A | 0 | 9 | 5A | 2 | 36 | 61 | 36 |
| Octal | 373 | 345 | 32 | 0 | 11 | 132 | 2 | 66 | 141 | 66 |
| Binary | 11111011 | 11100101 | 11010 | 0 | 1001 | 1011010 | 10 | 110110 | 1100001 | 110110 |
Color Harmonies of #FBE51A
Complementary color
Monochromatic Colors of #FBE51A
Black with #FBE51A
Text Example
Text Example
White with #FBE51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE51A; }
p { color: rgb(251,229,26); }
H1.HeaderClassName
{
color: #FBE51A;
}
.AnyTagClassName
{
color: #FBE51A;
}
</style>
background-color css
<style>
a { background-color: #FBE51A; }
a { background-color: rgb(251,229,26); }
div.DivClassName
{
background-color: #FBE51A;
}
.BgClassName
{
background-color: #FBE51A;
}
</style>
border-color css
<style>
span { border-color: #FBE51A; }
span { border-color: rgb(251,229,26); }
td.TdClassName
{
border-color: #FBE51A;
}
.TagClassName
{
border-color: #FBE51A;
}
</style>