Shades of Laser Lemon #FEFF53
Tints of Laser Lemon #FEFF53
RGB
CMYK
RGB Variations
Color information
#FEFF53 (or 0xFEFF53) is known color: Laser Lemon. HEX triplet: FE, FF and 53. RGB value is (254,255,83). Sum of RGB (Red+Green+Blue) = 254+255+83=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 83 (32.81% from 255 or 14.02% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF53 is #0100AC. Grayscale: #EBEBEB. Windows color (decimal): -65709 or 5505022. OLE color: 5505022.
HSL color Cylindrical-coordinate representation of color #FEFF53: hue angle of 60.35º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEFF53 is Cyan = 0.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 83 | - |
| CMYK | 0.00 | 0 | 0.67 | 0 |
| HSL | 60.35º | 1% | 0.66% | - |
| HSV(B) | 60.35º | 0.67% | 1% | - |
| XYZ | 78.19 | 93.22 | 22.05 | - |
| YUV | 235.09 | 42.17 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 83 | 0.00 | 0 | 0.67 | 0 | 60.35 | 1 | 0.66 |
| Hex | FE | FF | 53 | 0 | 0 | 43 | 0 | 3C | 64 | 42 |
| Octal | 376 | 377 | 123 | 0 | 0 | 103 | 0 | 74 | 144 | 102 |
| Binary | 11111110 | 11111111 | 1010011 | 0 | 0 | 1000011 | 0 | 111100 | 1100100 | 1000010 |
Color Harmonies of #FEFF53
Complementary color
Monochromatic Colors of #FEFF53
Black with #FEFF53
Text Example
Text Example
White with #FEFF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF53; }
p { color: rgb(254,255,83); }
H1.HeaderClassName
{
color: #FEFF53;
}
.AnyTagClassName
{
color: #FEFF53;
}
</style>
background-color css
<style>
a { background-color: #FEFF53; }
a { background-color: rgb(254,255,83); }
div.DivClassName
{
background-color: #FEFF53;
}
.BgClassName
{
background-color: #FEFF53;
}
</style>
border-color css
<style>
span { border-color: #FEFF53; }
span { border-color: rgb(254,255,83); }
td.TdClassName
{
border-color: #FEFF53;
}
.TagClassName
{
border-color: #FEFF53;
}
</style>