Shades of Lemon #F3FF1C
Tints of Lemon #F3FF1C
RGB
CMYK
RGB Variations
Color information
#F3FF1C (or 0xF3FF1C) is known color: Lemon. HEX triplet: F3, FF and 1C. RGB value is (243,255,28). Sum of RGB (Red+Green+Blue) = 243+255+28=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 28 (11.33% from 255 or 5.32% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FF1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3FF1C is #0C00E3. Grayscale: #E2E2E2. Windows color (decimal): -786660 or 1900531. OLE color: 1900531.
HSL color Cylindrical-coordinate representation of color #F3FF1C: hue angle of 63.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F3FF1C is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 255 | 28 | - |
| CMYK | 0.05 | 0 | 0.89 | 0 |
| HSL | 63.17º | 1% | 0.55% | - |
| HSV(B) | 63.17º | 0.89% | 1% | - |
| XYZ | 72.93 | 90.66 | 14.75 | - |
| YUV | 225.53 | 16.52 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 255 | 28 | 0.05 | 0 | 0.89 | 0 | 63.17 | 1 | 0.55 |
| Hex | F3 | FF | 1C | 5 | 0 | 59 | 0 | 3F | 64 | 37 |
| Octal | 363 | 377 | 34 | 5 | 0 | 131 | 0 | 77 | 144 | 67 |
| Binary | 11110011 | 11111111 | 11100 | 101 | 0 | 1011001 | 0 | 111111 | 1100100 | 110111 |
Color Harmonies of #F3FF1C
Complementary color
Monochromatic Colors of #F3FF1C
Black with #F3FF1C
Text Example
Text Example
White with #F3FF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FF1C; }
p { color: rgb(243,255,28); }
H1.HeaderClassName
{
color: #F3FF1C;
}
.AnyTagClassName
{
color: #F3FF1C;
}
</style>
background-color css
<style>
a { background-color: #F3FF1C; }
a { background-color: rgb(243,255,28); }
div.DivClassName
{
background-color: #F3FF1C;
}
.BgClassName
{
background-color: #F3FF1C;
}
</style>
border-color css
<style>
span { border-color: #F3FF1C; }
span { border-color: rgb(243,255,28); }
td.TdClassName
{
border-color: #F3FF1C;
}
.TagClassName
{
border-color: #F3FF1C;
}
</style>