Shades of Lemon #FBE320
Tints of Lemon #FBE320
RGB
CMYK
RGB Variations
Color information
#FBE320 (or 0xFBE320) is known color: Lemon. HEX triplet: FB, E3 and 20. RGB value is (251,227,32). Sum of RGB (Red+Green+Blue) = 251+227+32=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 32 (12.89% from 255 or 6.27% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE320 is #041CDF. Grayscale: #D4D4D4. Windows color (decimal): -269536 or 2155515. OLE color: 2155515.
HSL color Cylindrical-coordinate representation of color #FBE320: hue angle of 53.42º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FBE320 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 227 | 32 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.02 |
| HSL | 53.42º | 0.96% | 0.55% | - |
| HSV(B) | 53.42º | 0.87% | 0.98% | - |
| XYZ | 67.51 | 75.55 | 12.39 | - |
| YUV | 211.95 | 26.45 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 227 | 32 | 0 | 0.10 | 0.87 | 0.02 | 53.42 | 0.96 | 0.55 |
| Hex | FB | E3 | 20 | 0 | A | 57 | 2 | 35 | 60 | 37 |
| Octal | 373 | 343 | 40 | 0 | 12 | 127 | 2 | 65 | 140 | 67 |
| Binary | 11111011 | 11100011 | 100000 | 0 | 1010 | 1010111 | 10 | 110101 | 1100000 | 110111 |
Color Harmonies of #FBE320
Complementary color
Monochromatic Colors of #FBE320
Black with #FBE320
Text Example
Text Example
White with #FBE320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE320; }
p { color: rgb(251,227,32); }
H1.HeaderClassName
{
color: #FBE320;
}
.AnyTagClassName
{
color: #FBE320;
}
</style>
background-color css
<style>
a { background-color: #FBE320; }
a { background-color: rgb(251,227,32); }
div.DivClassName
{
background-color: #FBE320;
}
.BgClassName
{
background-color: #FBE320;
}
</style>
border-color css
<style>
span { border-color: #FBE320; }
span { border-color: rgb(251,227,32); }
td.TdClassName
{
border-color: #FBE320;
}
.TagClassName
{
border-color: #FBE320;
}
</style>