Shades of Laser Lemon #F9FA6D
Tints of Laser Lemon #F9FA6D
RGB
CMYK
RGB Variations
Color information
#F9FA6D (or 0xF9FA6D) is known color: Laser Lemon. HEX triplet: F9, FA and 6D. RGB value is (249,250,109). Sum of RGB (Red+Green+Blue) = 249+250+109=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 109 (42.97% from 255 or 17.93% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FA6D is #060592. Grayscale: #EAEAEA. Windows color (decimal): -394643 or 7207673. OLE color: 7207673.
HSL color Cylindrical-coordinate representation of color #F9FA6D: hue angle of 60.43º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F9FA6D is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 250 | 109 | - |
| CMYK | 0.00 | 0 | 0.56 | 0.02 |
| HSL | 60.43º | 0.93% | 0.7% | - |
| HSV(B) | 60.43º | 0.56% | 0.98% | - |
| XYZ | 76.01 | 89.62 | 27.76 | - |
| YUV | 233.63 | 57.67 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 250 | 109 | 0.00 | 0 | 0.56 | 0.02 | 60.43 | 0.93 | 0.7 |
| Hex | F9 | FA | 6D | 0 | 0 | 38 | 2 | 3C | 5D | 46 |
| Octal | 371 | 372 | 155 | 0 | 0 | 70 | 2 | 74 | 135 | 106 |
| Binary | 11111001 | 11111010 | 1101101 | 0 | 0 | 111000 | 10 | 111100 | 1011101 | 1000110 |
Color Harmonies of #F9FA6D
Complementary color
Monochromatic Colors of #F9FA6D
Black with #F9FA6D
Text Example
Text Example
White with #F9FA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FA6D; }
p { color: rgb(249,250,109); }
H1.HeaderClassName
{
color: #F9FA6D;
}
.AnyTagClassName
{
color: #F9FA6D;
}
</style>
background-color css
<style>
a { background-color: #F9FA6D; }
a { background-color: rgb(249,250,109); }
div.DivClassName
{
background-color: #F9FA6D;
}
.BgClassName
{
background-color: #F9FA6D;
}
</style>
border-color css
<style>
span { border-color: #F9FA6D; }
span { border-color: rgb(249,250,109); }
td.TdClassName
{
border-color: #F9FA6D;
}
.TagClassName
{
border-color: #F9FA6D;
}
</style>