Shades of Lemon #F1F319
Tints of Lemon #F1F319
RGB
CMYK
RGB Variations
Color information
#F1F319 (or 0xF1F319) is known color: Lemon. HEX triplet: F1, F3 and 19. RGB value is (241,243,25). Sum of RGB (Red+Green+Blue) = 241+243+25=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 25 (10.16% from 255 or 4.91% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F319 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F319 is #0E0CE6. Grayscale: #DADADA. Windows color (decimal): -920807 or 1700849. OLE color: 1700849.
HSL color Cylindrical-coordinate representation of color #F1F319: hue angle of 60.55º 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 #F1F319 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 243 | 25 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.05 |
| HSL | 60.55º | 0.9% | 0.53% | - |
| HSV(B) | 60.55º | 0.9% | 0.95% | - |
| XYZ | 68.5 | 82.87 | 13.31 | - |
| YUV | 217.55 | 19.34 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 243 | 25 | 0.01 | 0 | 0.90 | 0.05 | 60.55 | 0.9 | 0.53 |
| Hex | F1 | F3 | 19 | 1 | 0 | 5A | 5 | 3D | 5A | 35 |
| Octal | 361 | 363 | 31 | 1 | 0 | 132 | 5 | 75 | 132 | 65 |
| Binary | 11110001 | 11110011 | 11001 | 1 | 0 | 1011010 | 101 | 111101 | 1011010 | 110101 |
Color Harmonies of #F1F319
Complementary color
Monochromatic Colors of #F1F319
Black with #F1F319
Text Example
Text Example
White with #F1F319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F319; }
p { color: rgb(241,243,25); }
H1.HeaderClassName
{
color: #F1F319;
}
.AnyTagClassName
{
color: #F1F319;
}
</style>
background-color css
<style>
a { background-color: #F1F319; }
a { background-color: rgb(241,243,25); }
div.DivClassName
{
background-color: #F1F319;
}
.BgClassName
{
background-color: #F1F319;
}
</style>
border-color css
<style>
span { border-color: #F1F319; }
span { border-color: rgb(241,243,25); }
td.TdClassName
{
border-color: #F1F319;
}
.TagClassName
{
border-color: #F1F319;
}
</style>