Shades of Laser Lemon #F9FA6C
Tints of Laser Lemon #F9FA6C
RGB
CMYK
RGB Variations
Color information
#F9FA6C (or 0xF9FA6C) is known color: Laser Lemon. HEX triplet: F9, FA and 6C. RGB value is (249,250,108). Sum of RGB (Red+Green+Blue) = 249+250+108=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 108 (42.58% from 255 or 17.79% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FA6C is #060593. Grayscale: #EAEAEA. Windows color (decimal): -394644 or 7142137. OLE color: 7142137.
HSL color Cylindrical-coordinate representation of color #F9FA6C: hue angle of 60.42º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F9FA6C is Cyan = 0.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 250 | 108 | - |
| CMYK | 0.00 | 0 | 0.57 | 0.02 |
| HSL | 60.42º | 0.93% | 0.7% | - |
| HSV(B) | 60.42º | 0.57% | 0.98% | - |
| XYZ | 75.96 | 89.59 | 27.48 | - |
| YUV | 233.51 | 57.17 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 250 | 108 | 0.00 | 0 | 0.57 | 0.02 | 60.42 | 0.93 | 0.7 |
| Hex | F9 | FA | 6C | 0 | 0 | 39 | 2 | 3C | 5D | 46 |
| Octal | 371 | 372 | 154 | 0 | 0 | 71 | 2 | 74 | 135 | 106 |
| Binary | 11111001 | 11111010 | 1101100 | 0 | 0 | 111001 | 10 | 111100 | 1011101 | 1000110 |
Color Harmonies of #F9FA6C
Complementary color
Monochromatic Colors of #F9FA6C
Black with #F9FA6C
Text Example
Text Example
White with #F9FA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FA6C; }
p { color: rgb(249,250,108); }
H1.HeaderClassName
{
color: #F9FA6C;
}
.AnyTagClassName
{
color: #F9FA6C;
}
</style>
background-color css
<style>
a { background-color: #F9FA6C; }
a { background-color: rgb(249,250,108); }
div.DivClassName
{
background-color: #F9FA6C;
}
.BgClassName
{
background-color: #F9FA6C;
}
</style>
border-color css
<style>
span { border-color: #F9FA6C; }
span { border-color: rgb(249,250,108); }
td.TdClassName
{
border-color: #F9FA6C;
}
.TagClassName
{
border-color: #F9FA6C;
}
</style>