Shades of Lemon #F4FD1C
Tints of Lemon #F4FD1C
RGB
CMYK
RGB Variations
Color information
#F4FD1C (or 0xF4FD1C) is known color: Lemon. HEX triplet: F4, FD and 1C. RGB value is (244,253,28). Sum of RGB (Red+Green+Blue) = 244+253+28=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 28 (11.33% from 255 or 5.33% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #F4FD1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4FD1C is #0B02E3. Grayscale: #E1E1E1. Windows color (decimal): -721636 or 1900020. OLE color: 1900020.
HSL color Cylindrical-coordinate representation of color #F4FD1C: hue angle of 62.4º 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 #F4FD1C is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 253 | 28 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.01 |
| HSL | 62.4º | 0.98% | 0.55% | - |
| HSV(B) | 62.4º | 0.89% | 0.99% | - |
| XYZ | 72.64 | 89.57 | 14.56 | - |
| YUV | 224.66 | 17.02 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 253 | 28 | 0.04 | 0 | 0.89 | 0.01 | 62.4 | 0.98 | 0.55 |
| Hex | F4 | FD | 1C | 4 | 0 | 59 | 1 | 3E | 62 | 37 |
| Octal | 364 | 375 | 34 | 4 | 0 | 131 | 1 | 76 | 142 | 67 |
| Binary | 11110100 | 11111101 | 11100 | 100 | 0 | 1011001 | 1 | 111110 | 1100010 | 110111 |
Color Harmonies of #F4FD1C
Complementary color
Monochromatic Colors of #F4FD1C
Black with #F4FD1C
Text Example
Text Example
White with #F4FD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FD1C; }
p { color: rgb(244,253,28); }
H1.HeaderClassName
{
color: #F4FD1C;
}
.AnyTagClassName
{
color: #F4FD1C;
}
</style>
background-color css
<style>
a { background-color: #F4FD1C; }
a { background-color: rgb(244,253,28); }
div.DivClassName
{
background-color: #F4FD1C;
}
.BgClassName
{
background-color: #F4FD1C;
}
</style>
border-color css
<style>
span { border-color: #F4FD1C; }
span { border-color: rgb(244,253,28); }
td.TdClassName
{
border-color: #F4FD1C;
}
.TagClassName
{
border-color: #F4FD1C;
}
</style>