Shades of Lemon #F6F112
Tints of Lemon #F6F112
RGB
CMYK
RGB Variations
Color information
#F6F112 (or 0xF6F112) is known color: Lemon. HEX triplet: F6, F1 and 12. RGB value is (246,241,18). Sum of RGB (Red+Green+Blue) = 246+241+18=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 18 (7.42% from 255 or 3.56% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F112 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6F112 is #090EED. Grayscale: #D9D9D9. Windows color (decimal): -593646 or 1241590. OLE color: 1241590.
HSL color Cylindrical-coordinate representation of color #F6F112: hue angle of 58.68º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6F112 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 241 | 18 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.04 |
| HSL | 58.68º | 0.93% | 0.52% | - |
| HSV(B) | 58.68º | 0.93% | 0.96% | - |
| XYZ | 69.57 | 82.55 | 12.84 | - |
| YUV | 217.07 | 15.66 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 241 | 18 | 0 | 0.02 | 0.93 | 0.04 | 58.68 | 0.93 | 0.52 |
| Hex | F6 | F1 | 12 | 0 | 2 | 5D | 4 | 3B | 5D | 34 |
| Octal | 366 | 361 | 22 | 0 | 2 | 135 | 4 | 73 | 135 | 64 |
| Binary | 11110110 | 11110001 | 10010 | 0 | 10 | 1011101 | 100 | 111011 | 1011101 | 110100 |
Color Harmonies of #F6F112
Complementary color
Monochromatic Colors of #F6F112
Black with #F6F112
Text Example
Text Example
White with #F6F112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F112; }
p { color: rgb(246,241,18); }
H1.HeaderClassName
{
color: #F6F112;
}
.AnyTagClassName
{
color: #F6F112;
}
</style>
background-color css
<style>
a { background-color: #F6F112; }
a { background-color: rgb(246,241,18); }
div.DivClassName
{
background-color: #F6F112;
}
.BgClassName
{
background-color: #F6F112;
}
</style>
border-color css
<style>
span { border-color: #F6F112; }
span { border-color: rgb(246,241,18); }
td.TdClassName
{
border-color: #F6F112;
}
.TagClassName
{
border-color: #F6F112;
}
</style>