Shades of Lemon #FBE321
Tints of Lemon #FBE321
RGB
CMYK
RGB Variations
Color information
#FBE321 (or 0xFBE321) is known color: Lemon. HEX triplet: FB, E3 and 21. RGB value is (251,227,33). Sum of RGB (Red+Green+Blue) = 251+227+33=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 33 (13.28% from 255 or 6.46% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE321 is #041CDE. Grayscale: #D4D4D4. Windows color (decimal): -269535 or 2221051. OLE color: 2221051.
HSL color Cylindrical-coordinate representation of color #FBE321: hue angle of 53.39º 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 #FBE321 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 227 | 33 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.02 |
| HSL | 53.39º | 0.96% | 0.56% | - |
| HSV(B) | 53.39º | 0.87% | 0.98% | - |
| XYZ | 67.53 | 75.56 | 12.46 | - |
| YUV | 212.06 | 26.95 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 227 | 33 | 0 | 0.10 | 0.87 | 0.02 | 53.39 | 0.96 | 0.56 |
| Hex | FB | E3 | 21 | 0 | A | 57 | 2 | 35 | 60 | 38 |
| Octal | 373 | 343 | 41 | 0 | 12 | 127 | 2 | 65 | 140 | 70 |
| Binary | 11111011 | 11100011 | 100001 | 0 | 1010 | 1010111 | 10 | 110101 | 1100000 | 111000 |
Color Harmonies of #FBE321
Complementary color
Monochromatic Colors of #FBE321
Black with #FBE321
Text Example
Text Example
White with #FBE321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE321; }
p { color: rgb(251,227,33); }
H1.HeaderClassName
{
color: #FBE321;
}
.AnyTagClassName
{
color: #FBE321;
}
</style>
background-color css
<style>
a { background-color: #FBE321; }
a { background-color: rgb(251,227,33); }
div.DivClassName
{
background-color: #FBE321;
}
.BgClassName
{
background-color: #FBE321;
}
</style>
border-color css
<style>
span { border-color: #FBE321; }
span { border-color: rgb(251,227,33); }
td.TdClassName
{
border-color: #FBE321;
}
.TagClassName
{
border-color: #FBE321;
}
</style>