Shades of Lemon #F0F91B
Tints of Lemon #F0F91B
RGB
CMYK
RGB Variations
Color information
#F0F91B (or 0xF0F91B) is known color: Lemon. HEX triplet: F0, F9 and 1B. RGB value is (240,249,27). Sum of RGB (Red+Green+Blue) = 240+249+27=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 27 (10.94% from 255 or 5.23% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F91B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F91B is #0F06E4. Grayscale: #DDDDDD. Windows color (decimal): -984805 or 1833456. OLE color: 1833456.
HSL color Cylindrical-coordinate representation of color #F0F91B: hue angle of 62.43º degrees, saturation: 0.95, 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 #F0F91B is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 27 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.02 |
| HSL | 62.43º | 0.95% | 0.54% | - |
| HSV(B) | 62.43º | 0.89% | 0.98% | - |
| XYZ | 70.01 | 86.36 | 14.02 | - |
| YUV | 221 | 18.52 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 27 | 0.04 | 0 | 0.89 | 0.02 | 62.43 | 0.95 | 0.54 |
| Hex | F0 | F9 | 1B | 4 | 0 | 59 | 2 | 3E | 5F | 36 |
| Octal | 360 | 371 | 33 | 4 | 0 | 131 | 2 | 76 | 137 | 66 |
| Binary | 11110000 | 11111001 | 11011 | 100 | 0 | 1011001 | 10 | 111110 | 1011111 | 110110 |
Color Harmonies of #F0F91B
Complementary color
Monochromatic Colors of #F0F91B
Black with #F0F91B
Text Example
Text Example
White with #F0F91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F91B; }
p { color: rgb(240,249,27); }
H1.HeaderClassName
{
color: #F0F91B;
}
.AnyTagClassName
{
color: #F0F91B;
}
</style>
background-color css
<style>
a { background-color: #F0F91B; }
a { background-color: rgb(240,249,27); }
div.DivClassName
{
background-color: #F0F91B;
}
.BgClassName
{
background-color: #F0F91B;
}
</style>
border-color css
<style>
span { border-color: #F0F91B; }
span { border-color: rgb(240,249,27); }
td.TdClassName
{
border-color: #F0F91B;
}
.TagClassName
{
border-color: #F0F91B;
}
</style>