Shades of Lemon #F4FF1A
Tints of Lemon #F4FF1A
RGB
CMYK
RGB Variations
Color information
#F4FF1A (or 0xF4FF1A) is known color: Lemon. HEX triplet: F4, FF and 1A. RGB value is (244,255,26). Sum of RGB (Red+Green+Blue) = 244+255+26=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 26 (10.55% from 255 or 4.95% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FF1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4FF1A is #0B00E5. Grayscale: #E2E2E2. Windows color (decimal): -721126 or 1769460. OLE color: 1769460.
HSL color Cylindrical-coordinate representation of color #F4FF1A: hue angle of 62.88º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4FF1A is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 255 | 26 | - |
| CMYK | 0.04 | 0 | 0.90 | 0 |
| HSL | 62.88º | 1% | 0.55% | - |
| HSV(B) | 62.88º | 0.9% | 1% | - |
| XYZ | 73.25 | 90.83 | 14.65 | - |
| YUV | 225.61 | 15.36 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 255 | 26 | 0.04 | 0 | 0.90 | 0 | 62.88 | 1 | 0.55 |
| Hex | F4 | FF | 1A | 4 | 0 | 5A | 0 | 3F | 64 | 37 |
| Octal | 364 | 377 | 32 | 4 | 0 | 132 | 0 | 77 | 144 | 67 |
| Binary | 11110100 | 11111111 | 11010 | 100 | 0 | 1011010 | 0 | 111111 | 1100100 | 110111 |
Color Harmonies of #F4FF1A
Complementary color
Monochromatic Colors of #F4FF1A
Black with #F4FF1A
Text Example
Text Example
White with #F4FF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FF1A; }
p { color: rgb(244,255,26); }
H1.HeaderClassName
{
color: #F4FF1A;
}
.AnyTagClassName
{
color: #F4FF1A;
}
</style>
background-color css
<style>
a { background-color: #F4FF1A; }
a { background-color: rgb(244,255,26); }
div.DivClassName
{
background-color: #F4FF1A;
}
.BgClassName
{
background-color: #F4FF1A;
}
</style>
border-color css
<style>
span { border-color: #F4FF1A; }
span { border-color: rgb(244,255,26); }
td.TdClassName
{
border-color: #F4FF1A;
}
.TagClassName
{
border-color: #F4FF1A;
}
</style>