Shades of Laser Lemon #F9FE70
Tints of Laser Lemon #F9FE70
RGB
CMYK
RGB Variations
Color information
#F9FE70 (or 0xF9FE70) is known color: Laser Lemon. HEX triplet: F9, FE and 70. RGB value is (249,254,112). Sum of RGB (Red+Green+Blue) = 249+254+112=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 112 (44.14% from 255 or 18.21% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FE70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FE70 is #06018F. Grayscale: #ECECEC. Windows color (decimal): -393616 or 7405305. OLE color: 7405305.
HSL color Cylindrical-coordinate representation of color #F9FE70: hue angle of 62.11º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F9FE70 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 254 | 112 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.00 |
| HSL | 62.11º | 0.99% | 0.72% | - |
| HSV(B) | 62.11º | 0.56% | 1% | - |
| XYZ | 77.43 | 92.19 | 29.04 | - |
| YUV | 236.32 | 57.84 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 254 | 112 | 0.02 | 0 | 0.56 | 0.00 | 62.11 | 0.99 | 0.72 |
| Hex | F9 | FE | 70 | 2 | 0 | 38 | 0 | 3E | 63 | 48 |
| Octal | 371 | 376 | 160 | 2 | 0 | 70 | 0 | 76 | 143 | 110 |
| Binary | 11111001 | 11111110 | 1110000 | 10 | 0 | 111000 | 0 | 111110 | 1100011 | 1001000 |
Color Harmonies of #F9FE70
Complementary color
Monochromatic Colors of #F9FE70
Black with #F9FE70
Text Example
Text Example
White with #F9FE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FE70; }
p { color: rgb(249,254,112); }
H1.HeaderClassName
{
color: #F9FE70;
}
.AnyTagClassName
{
color: #F9FE70;
}
</style>
background-color css
<style>
a { background-color: #F9FE70; }
a { background-color: rgb(249,254,112); }
div.DivClassName
{
background-color: #F9FE70;
}
.BgClassName
{
background-color: #F9FE70;
}
</style>
border-color css
<style>
span { border-color: #F9FE70; }
span { border-color: rgb(249,254,112); }
td.TdClassName
{
border-color: #F9FE70;
}
.TagClassName
{
border-color: #F9FE70;
}
</style>