Shades of Laser Lemon #F9FE54
Tints of Laser Lemon #F9FE54
RGB
CMYK
RGB Variations
Color information
#F9FE54 (or 0xF9FE54) is known color: Laser Lemon. HEX triplet: F9, FE and 54. RGB value is (249,254,84). Sum of RGB (Red+Green+Blue) = 249+254+84=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 84 (33.20% from 255 or 14.31% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FE54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FE54 is #0601AB. Grayscale: #E9E9E9. Windows color (decimal): -393644 or 5570297. OLE color: 5570297.
HSL color Cylindrical-coordinate representation of color #F9FE54: hue angle of 61.76º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F9FE54 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 254 | 84 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.00 |
| HSL | 61.76º | 0.99% | 0.66% | - |
| HSV(B) | 61.76º | 0.67% | 1% | - |
| XYZ | 76.11 | 91.66 | 22.07 | - |
| YUV | 233.13 | 43.84 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 254 | 84 | 0.02 | 0 | 0.67 | 0.00 | 61.76 | 0.99 | 0.66 |
| Hex | F9 | FE | 54 | 2 | 0 | 43 | 0 | 3E | 63 | 42 |
| Octal | 371 | 376 | 124 | 2 | 0 | 103 | 0 | 76 | 143 | 102 |
| Binary | 11111001 | 11111110 | 1010100 | 10 | 0 | 1000011 | 0 | 111110 | 1100011 | 1000010 |
Color Harmonies of #F9FE54
Complementary color
Monochromatic Colors of #F9FE54
Black with #F9FE54
Text Example
Text Example
White with #F9FE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FE54; }
p { color: rgb(249,254,84); }
H1.HeaderClassName
{
color: #F9FE54;
}
.AnyTagClassName
{
color: #F9FE54;
}
</style>
background-color css
<style>
a { background-color: #F9FE54; }
a { background-color: rgb(249,254,84); }
div.DivClassName
{
background-color: #F9FE54;
}
.BgClassName
{
background-color: #F9FE54;
}
</style>
border-color css
<style>
span { border-color: #F9FE54; }
span { border-color: rgb(249,254,84); }
td.TdClassName
{
border-color: #F9FE54;
}
.TagClassName
{
border-color: #F9FE54;
}
</style>