Shades of Laser Lemon #F3FE5B
Tints of Laser Lemon #F3FE5B
RGB
CMYK
RGB Variations
Color information
#F3FE5B (or 0xF3FE5B) is known color: Laser Lemon. HEX triplet: F3, FE and 5B. RGB value is (243,254,91). Sum of RGB (Red+Green+Blue) = 243+254+91=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 91 (35.94% from 255 or 15.48% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #F3FE5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3FE5B is #0C01A4. Grayscale: #E8E8E8. Windows color (decimal): -786853 or 6029043. OLE color: 6029043.
HSL color Cylindrical-coordinate representation of color #F3FE5B: hue angle of 64.05º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F3FE5B is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 254 | 91 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.00 |
| HSL | 64.05º | 0.99% | 0.68% | - |
| HSV(B) | 64.05º | 0.64% | 1% | - |
| XYZ | 74.29 | 90.69 | 23.49 | - |
| YUV | 232.13 | 48.36 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 254 | 91 | 0.04 | 0 | 0.64 | 0.00 | 64.05 | 0.99 | 0.68 |
| Hex | F3 | FE | 5B | 4 | 0 | 40 | 0 | 40 | 63 | 44 |
| Octal | 363 | 376 | 133 | 4 | 0 | 100 | 0 | 100 | 143 | 104 |
| Binary | 11110011 | 11111110 | 1011011 | 100 | 0 | 1000000 | 0 | 1000000 | 1100011 | 1000100 |
Color Harmonies of #F3FE5B
Complementary color
Monochromatic Colors of #F3FE5B
Black with #F3FE5B
Text Example
Text Example
White with #F3FE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FE5B; }
p { color: rgb(243,254,91); }
H1.HeaderClassName
{
color: #F3FE5B;
}
.AnyTagClassName
{
color: #F3FE5B;
}
</style>
background-color css
<style>
a { background-color: #F3FE5B; }
a { background-color: rgb(243,254,91); }
div.DivClassName
{
background-color: #F3FE5B;
}
.BgClassName
{
background-color: #F3FE5B;
}
</style>
border-color css
<style>
span { border-color: #F3FE5B; }
span { border-color: rgb(243,254,91); }
td.TdClassName
{
border-color: #F3FE5B;
}
.TagClassName
{
border-color: #F3FE5B;
}
</style>