Shades of Lemon #F1F415
Tints of Lemon #F1F415
RGB
CMYK
RGB Variations
Color information
#F1F415 (or 0xF1F415) is known color: Lemon. HEX triplet: F1, F4 and 15. RGB value is (241,244,21). Sum of RGB (Red+Green+Blue) = 241+244+21=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 244 (95.70% from 255 or 48.22% from 506); Blue value is 21 (8.59% from 255 or 4.15% from 506); Max value from RGB is 244 - color contains mainly: green. Hex color #F1F415 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F415 is #0E0BEA. Grayscale: #DADADA. Windows color (decimal): -920555 or 1438961. OLE color: 1438961.
HSL color Cylindrical-coordinate representation of color #F1F415: hue angle of 60.81º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1F415 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 244 | 21 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.04 |
| HSL | 60.81º | 0.91% | 0.52% | - |
| HSV(B) | 60.81º | 0.91% | 0.96% | - |
| XYZ | 68.76 | 83.46 | 13.19 | - |
| YUV | 217.68 | 17.01 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 244 | 21 | 0.01 | 0 | 0.91 | 0.04 | 60.81 | 0.91 | 0.52 |
| Hex | F1 | F4 | 15 | 1 | 0 | 5B | 4 | 3D | 5B | 34 |
| Octal | 361 | 364 | 25 | 1 | 0 | 133 | 4 | 75 | 133 | 64 |
| Binary | 11110001 | 11110100 | 10101 | 1 | 0 | 1011011 | 100 | 111101 | 1011011 | 110100 |
Color Harmonies of #F1F415
Complementary color
Monochromatic Colors of #F1F415
Black with #F1F415
Text Example
Text Example
White with #F1F415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F415; }
p { color: rgb(241,244,21); }
H1.HeaderClassName
{
color: #F1F415;
}
.AnyTagClassName
{
color: #F1F415;
}
</style>
background-color css
<style>
a { background-color: #F1F415; }
a { background-color: rgb(241,244,21); }
div.DivClassName
{
background-color: #F1F415;
}
.BgClassName
{
background-color: #F1F415;
}
</style>
border-color css
<style>
span { border-color: #F1F415; }
span { border-color: rgb(241,244,21); }
td.TdClassName
{
border-color: #F1F415;
}
.TagClassName
{
border-color: #F1F415;
}
</style>