Shades of Lemon #F4FE1C
Tints of Lemon #F4FE1C
RGB
CMYK
RGB Variations
Color information
#F4FE1C (or 0xF4FE1C) is known color: Lemon. HEX triplet: F4, FE and 1C. RGB value is (244,254,28). Sum of RGB (Red+Green+Blue) = 244+254+28=526 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.39% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 28 (11.33% from 255 or 5.32% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #F4FE1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4FE1C is #0B01E3. Grayscale: #E2E2E2. Windows color (decimal): -721380 or 1900276. OLE color: 1900276.
HSL color Cylindrical-coordinate representation of color #F4FE1C: hue angle of 62.65º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4FE1C is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 254 | 28 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.00 |
| HSL | 62.65º | 0.99% | 0.55% | - |
| HSV(B) | 62.65º | 0.89% | 1% | - |
| XYZ | 72.96 | 90.2 | 14.66 | - |
| YUV | 225.25 | 16.69 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 254 | 28 | 0.04 | 0 | 0.89 | 0.00 | 62.65 | 0.99 | 0.55 |
| Hex | F4 | FE | 1C | 4 | 0 | 59 | 0 | 3F | 63 | 37 |
| Octal | 364 | 376 | 34 | 4 | 0 | 131 | 0 | 77 | 143 | 67 |
| Binary | 11110100 | 11111110 | 11100 | 100 | 0 | 1011001 | 0 | 111111 | 1100011 | 110111 |
Color Harmonies of #F4FE1C
Complementary color
Monochromatic Colors of #F4FE1C
Black with #F4FE1C
Text Example
Text Example
White with #F4FE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FE1C; }
p { color: rgb(244,254,28); }
H1.HeaderClassName
{
color: #F4FE1C;
}
.AnyTagClassName
{
color: #F4FE1C;
}
</style>
background-color css
<style>
a { background-color: #F4FE1C; }
a { background-color: rgb(244,254,28); }
div.DivClassName
{
background-color: #F4FE1C;
}
.BgClassName
{
background-color: #F4FE1C;
}
</style>
border-color css
<style>
span { border-color: #F4FE1C; }
span { border-color: rgb(244,254,28); }
td.TdClassName
{
border-color: #F4FE1C;
}
.TagClassName
{
border-color: #F4FE1C;
}
</style>