Shades of Lemon #F4FD1D
Tints of Lemon #F4FD1D
RGB
CMYK
RGB Variations
Color information
#F4FD1D (or 0xF4FD1D) is known color: Lemon. HEX triplet: F4, FD and 1D. RGB value is (244,253,29). Sum of RGB (Red+Green+Blue) = 244+253+29=526 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.39% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 29 (11.72% from 255 or 5.51% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #F4FD1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4FD1D is #0B02E2. Grayscale: #E1E1E1. Windows color (decimal): -721635 or 1965556. OLE color: 1965556.
HSL color Cylindrical-coordinate representation of color #F4FD1D: hue angle of 62.41º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4FD1D is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 253 | 29 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.01 |
| HSL | 62.41º | 0.98% | 0.55% | - |
| HSV(B) | 62.41º | 0.89% | 0.99% | - |
| XYZ | 72.66 | 89.57 | 14.62 | - |
| YUV | 224.77 | 17.52 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 253 | 29 | 0.04 | 0 | 0.89 | 0.01 | 62.41 | 0.98 | 0.55 |
| Hex | F4 | FD | 1D | 4 | 0 | 59 | 1 | 3E | 62 | 37 |
| Octal | 364 | 375 | 35 | 4 | 0 | 131 | 1 | 76 | 142 | 67 |
| Binary | 11110100 | 11111101 | 11101 | 100 | 0 | 1011001 | 1 | 111110 | 1100010 | 110111 |
Color Harmonies of #F4FD1D
Complementary color
Monochromatic Colors of #F4FD1D
Black with #F4FD1D
Text Example
Text Example
White with #F4FD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FD1D; }
p { color: rgb(244,253,29); }
H1.HeaderClassName
{
color: #F4FD1D;
}
.AnyTagClassName
{
color: #F4FD1D;
}
</style>
background-color css
<style>
a { background-color: #F4FD1D; }
a { background-color: rgb(244,253,29); }
div.DivClassName
{
background-color: #F4FD1D;
}
.BgClassName
{
background-color: #F4FD1D;
}
</style>
border-color css
<style>
span { border-color: #F4FD1D; }
span { border-color: rgb(244,253,29); }
td.TdClassName
{
border-color: #F4FD1D;
}
.TagClassName
{
border-color: #F4FD1D;
}
</style>