Shades of Lemon #FBFE1D
Tints of Lemon #FBFE1D
RGB
CMYK
RGB Variations
Color information
#FBFE1D (or 0xFBFE1D) is known color: Lemon. HEX triplet: FB, FE and 1D. RGB value is (251,254,29). Sum of RGB (Red+Green+Blue) = 251+254+29=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 29 (11.72% from 255 or 5.43% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFE1D is #0401E2. Grayscale: #E4E4E4. Windows color (decimal): -262627 or 1965819. OLE color: 1965819.
HSL color Cylindrical-coordinate representation of color #FBFE1D: hue angle of 60.8º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FBFE1D is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 29 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.00 |
| HSL | 60.8º | 0.99% | 0.55% | - |
| HSV(B) | 60.8º | 0.89% | 1% | - |
| XYZ | 75.45 | 91.48 | 14.84 | - |
| YUV | 227.45 | 16.01 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 29 | 0.01 | 0 | 0.89 | 0.00 | 60.8 | 0.99 | 0.55 |
| Hex | FB | FE | 1D | 1 | 0 | 59 | 0 | 3D | 63 | 37 |
| Octal | 373 | 376 | 35 | 1 | 0 | 131 | 0 | 75 | 143 | 67 |
| Binary | 11111011 | 11111110 | 11101 | 1 | 0 | 1011001 | 0 | 111101 | 1100011 | 110111 |
Color Harmonies of #FBFE1D
Complementary color
Monochromatic Colors of #FBFE1D
Black with #FBFE1D
Text Example
Text Example
White with #FBFE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFE1D; }
p { color: rgb(251,254,29); }
H1.HeaderClassName
{
color: #FBFE1D;
}
.AnyTagClassName
{
color: #FBFE1D;
}
</style>
background-color css
<style>
a { background-color: #FBFE1D; }
a { background-color: rgb(251,254,29); }
div.DivClassName
{
background-color: #FBFE1D;
}
.BgClassName
{
background-color: #FBFE1D;
}
</style>
border-color css
<style>
span { border-color: #FBFE1D; }
span { border-color: rgb(251,254,29); }
td.TdClassName
{
border-color: #FBFE1D;
}
.TagClassName
{
border-color: #FBFE1D;
}
</style>