Shades of Laser Lemon #FEFF6D
Tints of Laser Lemon #FEFF6D
RGB
CMYK
RGB Variations
Color information
#FEFF6D (or 0xFEFF6D) is known color: Laser Lemon. HEX triplet: FE, FF and 6D. RGB value is (254,255,109). Sum of RGB (Red+Green+Blue) = 254+255+109=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 109 (42.97% from 255 or 17.64% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF6D is #010092. Grayscale: #EEEEEE. Windows color (decimal): -65683 or 7208958. OLE color: 7208958.
HSL color Cylindrical-coordinate representation of color #FEFF6D: hue angle of 60.41º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEFF6D is Cyan = 0.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 109 | - |
| CMYK | 0.00 | 0 | 0.57 | 0 |
| HSL | 60.41º | 1% | 0.71% | - |
| HSV(B) | 60.41º | 0.57% | 1% | - |
| XYZ | 79.39 | 93.69 | 28.37 | - |
| YUV | 238.06 | 55.17 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 109 | 0.00 | 0 | 0.57 | 0 | 60.41 | 1 | 0.71 |
| Hex | FE | FF | 6D | 0 | 0 | 39 | 0 | 3C | 64 | 47 |
| Octal | 376 | 377 | 155 | 0 | 0 | 71 | 0 | 74 | 144 | 107 |
| Binary | 11111110 | 11111111 | 1101101 | 0 | 0 | 111001 | 0 | 111100 | 1100100 | 1000111 |
Color Harmonies of #FEFF6D
Complementary color
Monochromatic Colors of #FEFF6D
Black with #FEFF6D
Text Example
Text Example
White with #FEFF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF6D; }
p { color: rgb(254,255,109); }
H1.HeaderClassName
{
color: #FEFF6D;
}
.AnyTagClassName
{
color: #FEFF6D;
}
</style>
background-color css
<style>
a { background-color: #FEFF6D; }
a { background-color: rgb(254,255,109); }
div.DivClassName
{
background-color: #FEFF6D;
}
.BgClassName
{
background-color: #FEFF6D;
}
</style>
border-color css
<style>
span { border-color: #FEFF6D; }
span { border-color: rgb(254,255,109); }
td.TdClassName
{
border-color: #FEFF6D;
}
.TagClassName
{
border-color: #FEFF6D;
}
</style>