Shades of Lemon #F3FF25
Tints of Lemon #F3FF25
RGB
CMYK
RGB Variations
Color information
#F3FF25 (or 0xF3FF25) is known color: Lemon. HEX triplet: F3, FF and 25. RGB value is (243,255,37). Sum of RGB (Red+Green+Blue) = 243+255+37=535 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.42% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 37 (14.84% from 255 or 6.92% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FF25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3FF25 is #0C00DA. Grayscale: #E3E3E3. Windows color (decimal): -786651 or 2490355. OLE color: 2490355.
HSL color Cylindrical-coordinate representation of color #F3FF25: hue angle of 63.3º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F3FF25 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 255 | 37 | - |
| CMYK | 0.05 | 0 | 0.85 | 0 |
| HSL | 63.3º | 1% | 0.57% | - |
| HSV(B) | 63.3º | 0.85% | 1% | - |
| XYZ | 73.06 | 90.71 | 15.41 | - |
| YUV | 226.56 | 21.02 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 255 | 37 | 0.05 | 0 | 0.85 | 0 | 63.3 | 1 | 0.57 |
| Hex | F3 | FF | 25 | 5 | 0 | 55 | 0 | 3F | 64 | 39 |
| Octal | 363 | 377 | 45 | 5 | 0 | 125 | 0 | 77 | 144 | 71 |
| Binary | 11110011 | 11111111 | 100101 | 101 | 0 | 1010101 | 0 | 111111 | 1100100 | 111001 |
Color Harmonies of #F3FF25
Complementary color
Monochromatic Colors of #F3FF25
Black with #F3FF25
Text Example
Text Example
White with #F3FF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FF25; }
p { color: rgb(243,255,37); }
H1.HeaderClassName
{
color: #F3FF25;
}
.AnyTagClassName
{
color: #F3FF25;
}
</style>
background-color css
<style>
a { background-color: #F3FF25; }
a { background-color: rgb(243,255,37); }
div.DivClassName
{
background-color: #F3FF25;
}
.BgClassName
{
background-color: #F3FF25;
}
</style>
border-color css
<style>
span { border-color: #F3FF25; }
span { border-color: rgb(243,255,37); }
td.TdClassName
{
border-color: #F3FF25;
}
.TagClassName
{
border-color: #F3FF25;
}
</style>