Shades of Lemon #F0FA1B
Tints of Lemon #F0FA1B
RGB
CMYK
RGB Variations
Color information
#F0FA1B (or 0xF0FA1B) is known color: Lemon. HEX triplet: F0, FA and 1B. RGB value is (240,250,27). Sum of RGB (Red+Green+Blue) = 240+250+27=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 27 (10.94% from 255 or 5.22% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FA1B is #0F05E4. Grayscale: #DEDEDE. Windows color (decimal): -984549 or 1833712. OLE color: 1833712.
HSL color Cylindrical-coordinate representation of color #F0FA1B: hue angle of 62.69º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0FA1B is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 27 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.02 |
| HSL | 62.69º | 0.96% | 0.54% | - |
| HSV(B) | 62.69º | 0.89% | 0.98% | - |
| XYZ | 70.32 | 86.98 | 14.12 | - |
| YUV | 221.59 | 18.19 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 27 | 0.04 | 0 | 0.89 | 0.02 | 62.69 | 0.96 | 0.54 |
| Hex | F0 | FA | 1B | 4 | 0 | 59 | 2 | 3F | 60 | 36 |
| Octal | 360 | 372 | 33 | 4 | 0 | 131 | 2 | 77 | 140 | 66 |
| Binary | 11110000 | 11111010 | 11011 | 100 | 0 | 1011001 | 10 | 111111 | 1100000 | 110110 |
Color Harmonies of #F0FA1B
Complementary color
Monochromatic Colors of #F0FA1B
Black with #F0FA1B
Text Example
Text Example
White with #F0FA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA1B; }
p { color: rgb(240,250,27); }
H1.HeaderClassName
{
color: #F0FA1B;
}
.AnyTagClassName
{
color: #F0FA1B;
}
</style>
background-color css
<style>
a { background-color: #F0FA1B; }
a { background-color: rgb(240,250,27); }
div.DivClassName
{
background-color: #F0FA1B;
}
.BgClassName
{
background-color: #F0FA1B;
}
</style>
border-color css
<style>
span { border-color: #F0FA1B; }
span { border-color: rgb(240,250,27); }
td.TdClassName
{
border-color: #F0FA1B;
}
.TagClassName
{
border-color: #F0FA1B;
}
</style>