Shades of Laser Lemon #FEFF69
Tints of Laser Lemon #FEFF69
RGB
CMYK
RGB Variations
Color information
#FEFF69 (or 0xFEFF69) is known color: Laser Lemon. HEX triplet: FE, FF and 69. RGB value is (254,255,105). Sum of RGB (Red+Green+Blue) = 254+255+105=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 105 (41.41% from 255 or 17.10% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF69 is #010096. Grayscale: #EEEEEE. Windows color (decimal): -65687 or 6946814. OLE color: 6946814.
HSL color Cylindrical-coordinate representation of color #FEFF69: hue angle of 60.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEFF69 is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 105 | - |
| CMYK | 0.00 | 0 | 0.59 | 0 |
| HSL | 60.4º | 1% | 0.71% | - |
| HSV(B) | 60.4º | 0.59% | 1% | - |
| XYZ | 79.18 | 93.61 | 27.26 | - |
| YUV | 237.6 | 53.17 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 105 | 0.00 | 0 | 0.59 | 0 | 60.4 | 1 | 0.71 |
| Hex | FE | FF | 69 | 0 | 0 | 3B | 0 | 3C | 64 | 47 |
| Octal | 376 | 377 | 151 | 0 | 0 | 73 | 0 | 74 | 144 | 107 |
| Binary | 11111110 | 11111111 | 1101001 | 0 | 0 | 111011 | 0 | 111100 | 1100100 | 1000111 |
Color Harmonies of #FEFF69
Complementary color
Monochromatic Colors of #FEFF69
Black with #FEFF69
Text Example
Text Example
White with #FEFF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF69; }
p { color: rgb(254,255,105); }
H1.HeaderClassName
{
color: #FEFF69;
}
.AnyTagClassName
{
color: #FEFF69;
}
</style>
background-color css
<style>
a { background-color: #FEFF69; }
a { background-color: rgb(254,255,105); }
div.DivClassName
{
background-color: #FEFF69;
}
.BgClassName
{
background-color: #FEFF69;
}
</style>
border-color css
<style>
span { border-color: #FEFF69; }
span { border-color: rgb(254,255,105); }
td.TdClassName
{
border-color: #FEFF69;
}
.TagClassName
{
border-color: #FEFF69;
}
</style>