Shades of Lemon #FBFF1B
Tints of Lemon #FBFF1B
RGB
CMYK
RGB Variations
Color information
#FBFF1B (or 0xFBFF1B) is known color: Lemon. HEX triplet: FB, FF and 1B. RGB value is (251,255,27). Sum of RGB (Red+Green+Blue) = 251+255+27=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 27 (10.94% from 255 or 5.07% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFF1B is #0400E4. Grayscale: #E4E4E4. Windows color (decimal): -262373 or 1835003. OLE color: 1835003.
HSL color Cylindrical-coordinate representation of color #FBFF1B: hue angle of 61.05º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FBFF1B is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 27 | - |
| CMYK | 0.02 | 0 | 0.89 | 0 |
| HSL | 61.05º | 1% | 0.55% | - |
| HSV(B) | 61.05º | 0.89% | 1% | - |
| XYZ | 75.74 | 92.11 | 14.82 | - |
| YUV | 227.81 | 14.67 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 27 | 0.02 | 0 | 0.89 | 0 | 61.05 | 1 | 0.55 |
| Hex | FB | FF | 1B | 2 | 0 | 59 | 0 | 3D | 64 | 37 |
| Octal | 373 | 377 | 33 | 2 | 0 | 131 | 0 | 75 | 144 | 67 |
| Binary | 11111011 | 11111111 | 11011 | 10 | 0 | 1011001 | 0 | 111101 | 1100100 | 110111 |
Color Harmonies of #FBFF1B
Complementary color
Monochromatic Colors of #FBFF1B
Black with #FBFF1B
Text Example
Text Example
White with #FBFF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF1B; }
p { color: rgb(251,255,27); }
H1.HeaderClassName
{
color: #FBFF1B;
}
.AnyTagClassName
{
color: #FBFF1B;
}
</style>
background-color css
<style>
a { background-color: #FBFF1B; }
a { background-color: rgb(251,255,27); }
div.DivClassName
{
background-color: #FBFF1B;
}
.BgClassName
{
background-color: #FBFF1B;
}
</style>
border-color css
<style>
span { border-color: #FBFF1B; }
span { border-color: rgb(251,255,27); }
td.TdClassName
{
border-color: #FBFF1B;
}
.TagClassName
{
border-color: #FBFF1B;
}
</style>