Shades of Lemon #F5FE1F
Tints of Lemon #F5FE1F
RGB
CMYK
RGB Variations
Color information
#F5FE1F (or 0xF5FE1F) is known color: Lemon. HEX triplet: F5, FE and 1F. RGB value is (245,254,31). Sum of RGB (Red+Green+Blue) = 245+254+31=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 31 (12.5% from 255 or 5.85% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FE1F is #0A01E0. Grayscale: #E2E2E2. Windows color (decimal): -655841 or 2096885. OLE color: 2096885.
HSL color Cylindrical-coordinate representation of color #F5FE1F: hue angle of 62.42º 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 #F5FE1F is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 31 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.00 |
| HSL | 62.42º | 0.99% | 0.56% | - |
| HSV(B) | 62.42º | 0.88% | 1% | - |
| XYZ | 73.35 | 90.4 | 14.88 | - |
| YUV | 225.89 | 18.02 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 31 | 0.04 | 0 | 0.88 | 0.00 | 62.42 | 0.99 | 0.56 |
| Hex | F5 | FE | 1F | 4 | 0 | 58 | 0 | 3E | 63 | 38 |
| Octal | 365 | 376 | 37 | 4 | 0 | 130 | 0 | 76 | 143 | 70 |
| Binary | 11110101 | 11111110 | 11111 | 100 | 0 | 1011000 | 0 | 111110 | 1100011 | 111000 |
Color Harmonies of #F5FE1F
Complementary color
Monochromatic Colors of #F5FE1F
Black with #F5FE1F
Text Example
Text Example
White with #F5FE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FE1F; }
p { color: rgb(245,254,31); }
H1.HeaderClassName
{
color: #F5FE1F;
}
.AnyTagClassName
{
color: #F5FE1F;
}
</style>
background-color css
<style>
a { background-color: #F5FE1F; }
a { background-color: rgb(245,254,31); }
div.DivClassName
{
background-color: #F5FE1F;
}
.BgClassName
{
background-color: #F5FE1F;
}
</style>
border-color css
<style>
span { border-color: #F5FE1F; }
span { border-color: rgb(245,254,31); }
td.TdClassName
{
border-color: #F5FE1F;
}
.TagClassName
{
border-color: #F5FE1F;
}
</style>