Shades of Lemon #F6FF1E
Tints of Lemon #F6FF1E
RGB
CMYK
RGB Variations
Color information
#F6FF1E (or 0xF6FF1E) is known color: Lemon. HEX triplet: F6, FF and 1E. RGB value is (246,255,30). Sum of RGB (Red+Green+Blue) = 246+255+30=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 30 (12.11% from 255 or 5.65% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FF1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6FF1E is #0900E1. Grayscale: #E3E3E3. Windows color (decimal): -590050 or 2031606. OLE color: 2031606.
HSL color Cylindrical-coordinate representation of color #F6FF1E: hue angle of 62.4º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F6FF1E is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 255 | 30 | - |
| CMYK | 0.04 | 0 | 0.88 | 0 |
| HSL | 62.4º | 1% | 0.56% | - |
| HSV(B) | 62.4º | 0.88% | 1% | - |
| XYZ | 74 | 91.21 | 14.93 | - |
| YUV | 226.66 | 17.02 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 255 | 30 | 0.04 | 0 | 0.88 | 0 | 62.4 | 1 | 0.56 |
| Hex | F6 | FF | 1E | 4 | 0 | 58 | 0 | 3E | 64 | 38 |
| Octal | 366 | 377 | 36 | 4 | 0 | 130 | 0 | 76 | 144 | 70 |
| Binary | 11110110 | 11111111 | 11110 | 100 | 0 | 1011000 | 0 | 111110 | 1100100 | 111000 |
Color Harmonies of #F6FF1E
Complementary color
Monochromatic Colors of #F6FF1E
Black with #F6FF1E
Text Example
Text Example
White with #F6FF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FF1E; }
p { color: rgb(246,255,30); }
H1.HeaderClassName
{
color: #F6FF1E;
}
.AnyTagClassName
{
color: #F6FF1E;
}
</style>
background-color css
<style>
a { background-color: #F6FF1E; }
a { background-color: rgb(246,255,30); }
div.DivClassName
{
background-color: #F6FF1E;
}
.BgClassName
{
background-color: #F6FF1E;
}
</style>
border-color css
<style>
span { border-color: #F6FF1E; }
span { border-color: rgb(246,255,30); }
td.TdClassName
{
border-color: #F6FF1E;
}
.TagClassName
{
border-color: #F6FF1E;
}
</style>