Shades of Laser Lemon #FFFE62
Tints of Laser Lemon #FFFE62
RGB
CMYK
RGB Variations
Color information
#FFFE62 (or 0xFFFE62) is known color: Laser Lemon. HEX triplet: FF, FE and 62. RGB value is (255,254,98). Sum of RGB (Red+Green+Blue) = 255+254+98=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 98 (38.67% from 255 or 16.14% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFE62 is #00019D. Grayscale: #EDEDED. Windows color (decimal): -414 or 6487807. OLE color: 6487807.
HSL color Cylindrical-coordinate representation of color #FFFE62: hue angle of 59.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFFE62 is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 98 | - |
| CMYK | 0 | 0.00 | 0.62 | 0 |
| HSL | 59.62º | 1% | 0.69% | - |
| HSV(B) | 59.62º | 0.62% | 1% | - |
| XYZ | 78.89 | 93.03 | 25.35 | - |
| YUV | 236.52 | 49.83 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 98 | 0 | 0.00 | 0.62 | 0 | 59.62 | 1 | 0.69 |
| Hex | FF | FE | 62 | 0 | 0 | 3E | 0 | 3C | 64 | 45 |
| Octal | 377 | 376 | 142 | 0 | 0 | 76 | 0 | 74 | 144 | 105 |
| Binary | 11111111 | 11111110 | 1100010 | 0 | 0 | 111110 | 0 | 111100 | 1100100 | 1000101 |
Color Harmonies of #FFFE62
Complementary color
Monochromatic Colors of #FFFE62
Black with #FFFE62
Text Example
Text Example
White with #FFFE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE62; }
p { color: rgb(255,254,98); }
H1.HeaderClassName
{
color: #FFFE62;
}
.AnyTagClassName
{
color: #FFFE62;
}
</style>
background-color css
<style>
a { background-color: #FFFE62; }
a { background-color: rgb(255,254,98); }
div.DivClassName
{
background-color: #FFFE62;
}
.BgClassName
{
background-color: #FFFE62;
}
</style>
border-color css
<style>
span { border-color: #FFFE62; }
span { border-color: rgb(255,254,98); }
td.TdClassName
{
border-color: #FFFE62;
}
.TagClassName
{
border-color: #FFFE62;
}
</style>