Shades of Lemon #F0F319
Tints of Lemon #F0F319
RGB
CMYK
RGB Variations
Color information
#F0F319 (or 0xF0F319) is known color: Lemon. HEX triplet: F0, F3 and 19. RGB value is (240,243,25). Sum of RGB (Red+Green+Blue) = 240+243+25=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 25 (10.16% from 255 or 4.92% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F319 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F319 is #0F0CE6. Grayscale: #DADADA. Windows color (decimal): -986343 or 1700848. OLE color: 1700848.
HSL color Cylindrical-coordinate representation of color #F0F319: hue angle of 60.83º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0F319 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 25 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.05 |
| HSL | 60.83º | 0.9% | 0.53% | - |
| HSV(B) | 60.83º | 0.9% | 0.95% | - |
| XYZ | 68.16 | 82.7 | 13.29 | - |
| YUV | 217.25 | 19.51 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 25 | 0.01 | 0 | 0.90 | 0.05 | 60.83 | 0.9 | 0.53 |
| Hex | F0 | F3 | 19 | 1 | 0 | 5A | 5 | 3D | 5A | 35 |
| Octal | 360 | 363 | 31 | 1 | 0 | 132 | 5 | 75 | 132 | 65 |
| Binary | 11110000 | 11110011 | 11001 | 1 | 0 | 1011010 | 101 | 111101 | 1011010 | 110101 |
Color Harmonies of #F0F319
Complementary color
Monochromatic Colors of #F0F319
Black with #F0F319
Text Example
Text Example
White with #F0F319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F319; }
p { color: rgb(240,243,25); }
H1.HeaderClassName
{
color: #F0F319;
}
.AnyTagClassName
{
color: #F0F319;
}
</style>
background-color css
<style>
a { background-color: #F0F319; }
a { background-color: rgb(240,243,25); }
div.DivClassName
{
background-color: #F0F319;
}
.BgClassName
{
background-color: #F0F319;
}
</style>
border-color css
<style>
span { border-color: #F0F319; }
span { border-color: rgb(240,243,25); }
td.TdClassName
{
border-color: #F0F319;
}
.TagClassName
{
border-color: #F0F319;
}
</style>