Shades of Lemon #FBFE1F
Tints of Lemon #FBFE1F
RGB
CMYK
RGB Variations
Color information
#FBFE1F (or 0xFBFE1F) is known color: Lemon. HEX triplet: FB, FE and 1F. RGB value is (251,254,31). Sum of RGB (Red+Green+Blue) = 251+254+31=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 31 (12.5% from 255 or 5.78% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFE1F is #0401E0. Grayscale: #E4E4E4. Windows color (decimal): -262625 or 2096891. OLE color: 2096891.
HSL color Cylindrical-coordinate representation of color #FBFE1F: 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.88%. Process color model (Four color, CMYK) of #FBFE1F is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 31 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.00 |
| HSL | 60.81º | 0.99% | 0.56% | - |
| HSV(B) | 60.81º | 0.88% | 1% | - |
| XYZ | 75.47 | 91.49 | 14.98 | - |
| YUV | 227.68 | 17.01 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 31 | 0.01 | 0 | 0.88 | 0.00 | 60.81 | 0.99 | 0.56 |
| Hex | FB | FE | 1F | 1 | 0 | 58 | 0 | 3D | 63 | 38 |
| Octal | 373 | 376 | 37 | 1 | 0 | 130 | 0 | 75 | 143 | 70 |
| Binary | 11111011 | 11111110 | 11111 | 1 | 0 | 1011000 | 0 | 111101 | 1100011 | 111000 |
Color Harmonies of #FBFE1F
Complementary color
Monochromatic Colors of #FBFE1F
Black with #FBFE1F
Text Example
Text Example
White with #FBFE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFE1F; }
p { color: rgb(251,254,31); }
H1.HeaderClassName
{
color: #FBFE1F;
}
.AnyTagClassName
{
color: #FBFE1F;
}
</style>
background-color css
<style>
a { background-color: #FBFE1F; }
a { background-color: rgb(251,254,31); }
div.DivClassName
{
background-color: #FBFE1F;
}
.BgClassName
{
background-color: #FBFE1F;
}
</style>
border-color css
<style>
span { border-color: #FBFE1F; }
span { border-color: rgb(251,254,31); }
td.TdClassName
{
border-color: #FBFE1F;
}
.TagClassName
{
border-color: #FBFE1F;
}
</style>