Shades of Laser Lemon #F6FA68
Tints of Laser Lemon #F6FA68
RGB
CMYK
RGB Variations
Color information
#F6FA68 (or 0xF6FA68) is known color: Laser Lemon. HEX triplet: F6, FA and 68. RGB value is (246,250,104). Sum of RGB (Red+Green+Blue) = 246+250+104=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 104 (41.02% from 255 or 17.33% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FA68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6FA68 is #090597. Grayscale: #E8E8E8. Windows color (decimal): -591256 or 6879990. OLE color: 6879990.
HSL color Cylindrical-coordinate representation of color #F6FA68: hue angle of 61.64º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F6FA68 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 250 | 104 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.02 |
| HSL | 61.64º | 0.94% | 0.69% | - |
| HSV(B) | 61.64º | 0.58% | 0.98% | - |
| XYZ | 74.69 | 88.96 | 26.33 | - |
| YUV | 232.16 | 55.67 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 250 | 104 | 0.02 | 0 | 0.58 | 0.02 | 61.64 | 0.94 | 0.69 |
| Hex | F6 | FA | 68 | 2 | 0 | 3A | 2 | 3E | 5E | 45 |
| Octal | 366 | 372 | 150 | 2 | 0 | 72 | 2 | 76 | 136 | 105 |
| Binary | 11110110 | 11111010 | 1101000 | 10 | 0 | 111010 | 10 | 111110 | 1011110 | 1000101 |
Color Harmonies of #F6FA68
Complementary color
Monochromatic Colors of #F6FA68
Black with #F6FA68
Text Example
Text Example
White with #F6FA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FA68; }
p { color: rgb(246,250,104); }
H1.HeaderClassName
{
color: #F6FA68;
}
.AnyTagClassName
{
color: #F6FA68;
}
</style>
background-color css
<style>
a { background-color: #F6FA68; }
a { background-color: rgb(246,250,104); }
div.DivClassName
{
background-color: #F6FA68;
}
.BgClassName
{
background-color: #F6FA68;
}
</style>
border-color css
<style>
span { border-color: #F6FA68; }
span { border-color: rgb(246,250,104); }
td.TdClassName
{
border-color: #F6FA68;
}
.TagClassName
{
border-color: #F6FA68;
}
</style>