Shades of Laser Lemon #F4FE6C
Tints of Laser Lemon #F4FE6C
RGB
CMYK
RGB Variations
Color information
#F4FE6C (or 0xF4FE6C) is known color: Laser Lemon. HEX triplet: F4, FE and 6C. RGB value is (244,254,108). Sum of RGB (Red+Green+Blue) = 244+254+108=606 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.26% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 108 (42.58% from 255 or 17.82% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #F4FE6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4FE6C is #0B0193. Grayscale: #EAEAEA. Windows color (decimal): -721300 or 7143156. OLE color: 7143156.
HSL color Cylindrical-coordinate representation of color #F4FE6C: hue angle of 64.11º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F4FE6C is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 254 | 108 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.00 |
| HSL | 64.11º | 0.99% | 0.71% | - |
| HSV(B) | 64.11º | 0.57% | 1% | - |
| XYZ | 75.46 | 91.2 | 27.81 | - |
| YUV | 234.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 254 | 108 | 0.04 | 0 | 0.57 | 0.00 | 64.11 | 0.99 | 0.71 |
| Hex | F4 | FE | 6C | 4 | 0 | 39 | 0 | 40 | 63 | 47 |
| Octal | 364 | 376 | 154 | 4 | 0 | 71 | 0 | 100 | 143 | 107 |
| Binary | 11110100 | 11111110 | 1101100 | 100 | 0 | 111001 | 0 | 1000000 | 1100011 | 1000111 |
Color Harmonies of #F4FE6C
Complementary color
Monochromatic Colors of #F4FE6C
Black with #F4FE6C
Text Example
Text Example
White with #F4FE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FE6C; }
p { color: rgb(244,254,108); }
H1.HeaderClassName
{
color: #F4FE6C;
}
.AnyTagClassName
{
color: #F4FE6C;
}
</style>
background-color css
<style>
a { background-color: #F4FE6C; }
a { background-color: rgb(244,254,108); }
div.DivClassName
{
background-color: #F4FE6C;
}
.BgClassName
{
background-color: #F4FE6C;
}
</style>
border-color css
<style>
span { border-color: #F4FE6C; }
span { border-color: rgb(244,254,108); }
td.TdClassName
{
border-color: #F4FE6C;
}
.TagClassName
{
border-color: #F4FE6C;
}
</style>