Shades of Lemon #FBFE20
Tints of Lemon #FBFE20
RGB
CMYK
RGB Variations
Color information
#FBFE20 (or 0xFBFE20) is known color: Lemon. HEX triplet: FB, FE and 20. RGB value is (251,254,32). Sum of RGB (Red+Green+Blue) = 251+254+32=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 32 (12.89% from 255 or 5.96% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFE20 is #0401DF. Grayscale: #E4E4E4. Windows color (decimal): -262624 or 2162427. OLE color: 2162427.
HSL color Cylindrical-coordinate representation of color #FBFE20: hue angle of 60.81º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FBFE20 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 32 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.00 |
| HSL | 60.81º | 0.99% | 0.56% | - |
| HSV(B) | 60.81º | 0.87% | 1% | - |
| XYZ | 75.49 | 91.5 | 15.05 | - |
| YUV | 227.8 | 17.51 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 32 | 0.01 | 0 | 0.87 | 0.00 | 60.81 | 0.99 | 0.56 |
| Hex | FB | FE | 20 | 1 | 0 | 57 | 0 | 3D | 63 | 38 |
| Octal | 373 | 376 | 40 | 1 | 0 | 127 | 0 | 75 | 143 | 70 |
| Binary | 11111011 | 11111110 | 100000 | 1 | 0 | 1010111 | 0 | 111101 | 1100011 | 111000 |
Color Harmonies of #FBFE20
Complementary color
Monochromatic Colors of #FBFE20
Black with #FBFE20
Text Example
Text Example
White with #FBFE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFE20; }
p { color: rgb(251,254,32); }
H1.HeaderClassName
{
color: #FBFE20;
}
.AnyTagClassName
{
color: #FBFE20;
}
</style>
background-color css
<style>
a { background-color: #FBFE20; }
a { background-color: rgb(251,254,32); }
div.DivClassName
{
background-color: #FBFE20;
}
.BgClassName
{
background-color: #FBFE20;
}
</style>
border-color css
<style>
span { border-color: #FBFE20; }
span { border-color: rgb(251,254,32); }
td.TdClassName
{
border-color: #FBFE20;
}
.TagClassName
{
border-color: #FBFE20;
}
</style>