Shades of Laser Lemon #FEFE53
Tints of Laser Lemon #FEFE53
RGB
CMYK
RGB Variations
Color information
#FEFE53 (or 0xFEFE53) is known color: Laser Lemon. HEX triplet: FE, FE and 53. RGB value is (254,254,83). Sum of RGB (Red+Green+Blue) = 254+254+83=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 83 (32.81% from 255 or 14.04% from 591); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFE53 is #0101AC. Grayscale: #EBEBEB. Windows color (decimal): -65965 or 5504766. OLE color: 5504766.
HSL color Cylindrical-coordinate representation of color #FEFE53: hue angle of 60º 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 #FEFE53 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 83 | - |
| CMYK | 0 | 0 | 0.67 | 0.00 |
| HSL | 60º | 0.99% | 0.66% | - |
| HSV(B) | 60º | 0.67% | 1% | - |
| XYZ | 77.88 | 92.58 | 21.95 | - |
| YUV | 234.51 | 42.5 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 83 | 0 | 0 | 0.67 | 0.00 | 60 | 0.99 | 0.66 |
| Hex | FE | FE | 53 | 0 | 0 | 43 | 0 | 3C | 63 | 42 |
| Octal | 376 | 376 | 123 | 0 | 0 | 103 | 0 | 74 | 143 | 102 |
| Binary | 11111110 | 11111110 | 1010011 | 0 | 0 | 1000011 | 0 | 111100 | 1100011 | 1000010 |
Color Harmonies of #FEFE53
Complementary color
Monochromatic Colors of #FEFE53
Black with #FEFE53
Text Example
Text Example
White with #FEFE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE53; }
p { color: rgb(254,254,83); }
H1.HeaderClassName
{
color: #FEFE53;
}
.AnyTagClassName
{
color: #FEFE53;
}
</style>
background-color css
<style>
a { background-color: #FEFE53; }
a { background-color: rgb(254,254,83); }
div.DivClassName
{
background-color: #FEFE53;
}
.BgClassName
{
background-color: #FEFE53;
}
</style>
border-color css
<style>
span { border-color: #FEFE53; }
span { border-color: rgb(254,254,83); }
td.TdClassName
{
border-color: #FEFE53;
}
.TagClassName
{
border-color: #FEFE53;
}
</style>