Shades of Laser Lemon #FEFF61
Tints of Laser Lemon #FEFF61
RGB
CMYK
RGB Variations
Color information
#FEFF61 (or 0xFEFF61) is known color: Laser Lemon. HEX triplet: FE, FF and 61. RGB value is (254,255,97). Sum of RGB (Red+Green+Blue) = 254+255+97=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 97 (38.28% from 255 or 16.01% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF61 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF61 is #01009E. Grayscale: #EDEDED. Windows color (decimal): -65695 or 6422526. OLE color: 6422526.
HSL color Cylindrical-coordinate representation of color #FEFF61: hue angle of 60.38º 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 #FEFF61 is Cyan = 0.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 97 | - |
| CMYK | 0.00 | 0 | 0.62 | 0 |
| HSL | 60.38º | 1% | 0.69% | - |
| HSV(B) | 60.38º | 0.62% | 1% | - |
| XYZ | 78.79 | 93.45 | 25.19 | - |
| YUV | 236.69 | 49.17 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 97 | 0.00 | 0 | 0.62 | 0 | 60.38 | 1 | 0.69 |
| Hex | FE | FF | 61 | 0 | 0 | 3E | 0 | 3C | 64 | 45 |
| Octal | 376 | 377 | 141 | 0 | 0 | 76 | 0 | 74 | 144 | 105 |
| Binary | 11111110 | 11111111 | 1100001 | 0 | 0 | 111110 | 0 | 111100 | 1100100 | 1000101 |
Color Harmonies of #FEFF61
Complementary color
Monochromatic Colors of #FEFF61
Black with #FEFF61
Text Example
Text Example
White with #FEFF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF61; }
p { color: rgb(254,255,97); }
H1.HeaderClassName
{
color: #FEFF61;
}
.AnyTagClassName
{
color: #FEFF61;
}
</style>
background-color css
<style>
a { background-color: #FEFF61; }
a { background-color: rgb(254,255,97); }
div.DivClassName
{
background-color: #FEFF61;
}
.BgClassName
{
background-color: #FEFF61;
}
</style>
border-color css
<style>
span { border-color: #FEFF61; }
span { border-color: rgb(254,255,97); }
td.TdClassName
{
border-color: #FEFF61;
}
.TagClassName
{
border-color: #FEFF61;
}
</style>