Shades of Lemon #F6F115
Tints of Lemon #F6F115
RGB
CMYK
RGB Variations
Color information
#F6F115 (or 0xF6F115) is known color: Lemon. HEX triplet: F6, F1 and 15. RGB value is (246,241,21). Sum of RGB (Red+Green+Blue) = 246+241+21=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 21 (8.59% from 255 or 4.13% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F115 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6F115 is #090EEA. Grayscale: #DADADA. Windows color (decimal): -593643 or 1438198. OLE color: 1438198.
HSL color Cylindrical-coordinate representation of color #F6F115: hue angle of 58.67º degrees, saturation: 0.93, 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 #F6F115 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 241 | 21 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.04 |
| HSL | 58.67º | 0.93% | 0.52% | - |
| HSV(B) | 58.67º | 0.91% | 0.96% | - |
| XYZ | 69.6 | 82.56 | 12.98 | - |
| YUV | 217.42 | 17.16 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 241 | 21 | 0 | 0.02 | 0.91 | 0.04 | 58.67 | 0.93 | 0.52 |
| Hex | F6 | F1 | 15 | 0 | 2 | 5B | 4 | 3B | 5D | 34 |
| Octal | 366 | 361 | 25 | 0 | 2 | 133 | 4 | 73 | 135 | 64 |
| Binary | 11110110 | 11110001 | 10101 | 0 | 10 | 1011011 | 100 | 111011 | 1011101 | 110100 |
Color Harmonies of #F6F115
Complementary color
Monochromatic Colors of #F6F115
Black with #F6F115
Text Example
Text Example
White with #F6F115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F115; }
p { color: rgb(246,241,21); }
H1.HeaderClassName
{
color: #F6F115;
}
.AnyTagClassName
{
color: #F6F115;
}
</style>
background-color css
<style>
a { background-color: #F6F115; }
a { background-color: rgb(246,241,21); }
div.DivClassName
{
background-color: #F6F115;
}
.BgClassName
{
background-color: #F6F115;
}
</style>
border-color css
<style>
span { border-color: #F6F115; }
span { border-color: rgb(246,241,21); }
td.TdClassName
{
border-color: #F6F115;
}
.TagClassName
{
border-color: #F6F115;
}
</style>