Shades of Laser Lemon #F9FE6D
Tints of Laser Lemon #F9FE6D
RGB
CMYK
RGB Variations
Color information
#F9FE6D (or 0xF9FE6D) is known color: Laser Lemon. HEX triplet: F9, FE and 6D. RGB value is (249,254,109). Sum of RGB (Red+Green+Blue) = 249+254+109=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 109 (42.97% from 255 or 17.81% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FE6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FE6D is #060192. Grayscale: #ECECEC. Windows color (decimal): -393619 or 7208697. OLE color: 7208697.
HSL color Cylindrical-coordinate representation of color #F9FE6D: hue angle of 62.07º 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 #F9FE6D is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 254 | 109 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.00 |
| HSL | 62.07º | 0.99% | 0.71% | - |
| HSV(B) | 62.07º | 0.57% | 1% | - |
| XYZ | 77.27 | 92.13 | 28.18 | - |
| YUV | 235.98 | 56.34 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 254 | 109 | 0.02 | 0 | 0.57 | 0.00 | 62.07 | 0.99 | 0.71 |
| Hex | F9 | FE | 6D | 2 | 0 | 39 | 0 | 3E | 63 | 47 |
| Octal | 371 | 376 | 155 | 2 | 0 | 71 | 0 | 76 | 143 | 107 |
| Binary | 11111001 | 11111110 | 1101101 | 10 | 0 | 111001 | 0 | 111110 | 1100011 | 1000111 |
Color Harmonies of #F9FE6D
Complementary color
Monochromatic Colors of #F9FE6D
Black with #F9FE6D
Text Example
Text Example
White with #F9FE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FE6D; }
p { color: rgb(249,254,109); }
H1.HeaderClassName
{
color: #F9FE6D;
}
.AnyTagClassName
{
color: #F9FE6D;
}
</style>
background-color css
<style>
a { background-color: #F9FE6D; }
a { background-color: rgb(249,254,109); }
div.DivClassName
{
background-color: #F9FE6D;
}
.BgClassName
{
background-color: #F9FE6D;
}
</style>
border-color css
<style>
span { border-color: #F9FE6D; }
span { border-color: rgb(249,254,109); }
td.TdClassName
{
border-color: #F9FE6D;
}
.TagClassName
{
border-color: #F9FE6D;
}
</style>