Shades of Lemon #FBE721
Tints of Lemon #FBE721
RGB
CMYK
RGB Variations
Color information
#FBE721 (or 0xFBE721) is known color: Lemon. HEX triplet: FB, E7 and 21. RGB value is (251,231,33). Sum of RGB (Red+Green+Blue) = 251+231+33=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 231 (90.62% from 255 or 44.85% from 515); Blue value is 33 (13.28% from 255 or 6.41% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE721 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBE721 is #0418DE. Grayscale: #D7D7D7. Windows color (decimal): -268511 or 2222075. OLE color: 2222075.
HSL color Cylindrical-coordinate representation of color #FBE721: hue angle of 54.5º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FBE721 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 231 | 33 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.02 |
| HSL | 54.5º | 0.96% | 0.56% | - |
| HSV(B) | 54.5º | 0.87% | 0.98% | - |
| XYZ | 68.63 | 77.77 | 12.83 | - |
| YUV | 214.41 | 25.63 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 231 | 33 | 0 | 0.08 | 0.87 | 0.02 | 54.5 | 0.96 | 0.56 |
| Hex | FB | E7 | 21 | 0 | 8 | 57 | 2 | 36 | 60 | 38 |
| Octal | 373 | 347 | 41 | 0 | 10 | 127 | 2 | 66 | 140 | 70 |
| Binary | 11111011 | 11100111 | 100001 | 0 | 1000 | 1010111 | 10 | 110110 | 1100000 | 111000 |
Color Harmonies of #FBE721
Complementary color
Monochromatic Colors of #FBE721
Black with #FBE721
Text Example
Text Example
White with #FBE721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE721; }
p { color: rgb(251,231,33); }
H1.HeaderClassName
{
color: #FBE721;
}
.AnyTagClassName
{
color: #FBE721;
}
</style>
background-color css
<style>
a { background-color: #FBE721; }
a { background-color: rgb(251,231,33); }
div.DivClassName
{
background-color: #FBE721;
}
.BgClassName
{
background-color: #FBE721;
}
</style>
border-color css
<style>
span { border-color: #FBE721; }
span { border-color: rgb(251,231,33); }
td.TdClassName
{
border-color: #FBE721;
}
.TagClassName
{
border-color: #FBE721;
}
</style>