Shades of Lemon #F5FF1D
Tints of Lemon #F5FF1D
RGB
CMYK
RGB Variations
Color information
#F5FF1D (or 0xF5FF1D) is known color: Lemon. HEX triplet: F5, FF and 1D. RGB value is (245,255,29). Sum of RGB (Red+Green+Blue) = 245+255+29=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 29 (11.72% from 255 or 5.48% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FF1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FF1D is #0A00E2. Grayscale: #E3E3E3. Windows color (decimal): -655587 or 1966069. OLE color: 1966069.
HSL color Cylindrical-coordinate representation of color #F5FF1D: hue angle of 62.65º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5FF1D is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 29 | - |
| CMYK | 0.04 | 0 | 0.89 | 0 |
| HSL | 62.65º | 1% | 0.56% | - |
| HSV(B) | 62.65º | 0.89% | 1% | - |
| XYZ | 73.64 | 91.02 | 14.85 | - |
| YUV | 226.25 | 16.69 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 29 | 0.04 | 0 | 0.89 | 0 | 62.65 | 1 | 0.56 |
| Hex | F5 | FF | 1D | 4 | 0 | 59 | 0 | 3F | 64 | 38 |
| Octal | 365 | 377 | 35 | 4 | 0 | 131 | 0 | 77 | 144 | 70 |
| Binary | 11110101 | 11111111 | 11101 | 100 | 0 | 1011001 | 0 | 111111 | 1100100 | 111000 |
Color Harmonies of #F5FF1D
Complementary color
Monochromatic Colors of #F5FF1D
Black with #F5FF1D
Text Example
Text Example
White with #F5FF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FF1D; }
p { color: rgb(245,255,29); }
H1.HeaderClassName
{
color: #F5FF1D;
}
.AnyTagClassName
{
color: #F5FF1D;
}
</style>
background-color css
<style>
a { background-color: #F5FF1D; }
a { background-color: rgb(245,255,29); }
div.DivClassName
{
background-color: #F5FF1D;
}
.BgClassName
{
background-color: #F5FF1D;
}
</style>
border-color css
<style>
span { border-color: #F5FF1D; }
span { border-color: rgb(245,255,29); }
td.TdClassName
{
border-color: #F5FF1D;
}
.TagClassName
{
border-color: #F5FF1D;
}
</style>