Shades of Laser Lemon #F9FF5E
Tints of Laser Lemon #F9FF5E
RGB
CMYK
RGB Variations
Color information
#F9FF5E (or 0xF9FF5E) is known color: Laser Lemon. HEX triplet: F9, FF and 5E. RGB value is (249,255,94). Sum of RGB (Red+Green+Blue) = 249+255+94=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 94 (37.11% from 255 or 15.72% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FF5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FF5E is #0600A1. Grayscale: #EBEBEB. Windows color (decimal): -393378 or 6225913. OLE color: 6225913.
HSL color Cylindrical-coordinate representation of color #F9FF5E: hue angle of 62.24º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F9FF5E is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 255 | 94 | - |
| CMYK | 0.02 | 0 | 0.63 | 0 |
| HSL | 62.24º | 1% | 0.68% | - |
| HSV(B) | 62.24º | 0.63% | 1% | - |
| XYZ | 76.85 | 92.47 | 24.39 | - |
| YUV | 234.85 | 48.51 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 255 | 94 | 0.02 | 0 | 0.63 | 0 | 62.24 | 1 | 0.68 |
| Hex | F9 | FF | 5E | 2 | 0 | 3F | 0 | 3E | 64 | 44 |
| Octal | 371 | 377 | 136 | 2 | 0 | 77 | 0 | 76 | 144 | 104 |
| Binary | 11111001 | 11111111 | 1011110 | 10 | 0 | 111111 | 0 | 111110 | 1100100 | 1000100 |
Color Harmonies of #F9FF5E
Complementary color
Monochromatic Colors of #F9FF5E
Black with #F9FF5E
Text Example
Text Example
White with #F9FF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FF5E; }
p { color: rgb(249,255,94); }
H1.HeaderClassName
{
color: #F9FF5E;
}
.AnyTagClassName
{
color: #F9FF5E;
}
</style>
background-color css
<style>
a { background-color: #F9FF5E; }
a { background-color: rgb(249,255,94); }
div.DivClassName
{
background-color: #F9FF5E;
}
.BgClassName
{
background-color: #F9FF5E;
}
</style>
border-color css
<style>
span { border-color: #F9FF5E; }
span { border-color: rgb(249,255,94); }
td.TdClassName
{
border-color: #F9FF5E;
}
.TagClassName
{
border-color: #F9FF5E;
}
</style>