Shades of Laser Lemon #FEFE68
Tints of Laser Lemon #FEFE68
RGB
CMYK
RGB Variations
Color information
#FEFE68 (or 0xFEFE68) is known color: Laser Lemon. HEX triplet: FE, FE and 68. RGB value is (254,254,104). Sum of RGB (Red+Green+Blue) = 254+254+104=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 104 (41.02% from 255 or 16.99% from 612); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFE68 is #010197. Grayscale: #EDEDED. Windows color (decimal): -65944 or 6881022. OLE color: 6881022.
HSL color Cylindrical-coordinate representation of color #FEFE68: hue angle of 60º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEFE68 is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 104 | - |
| CMYK | 0 | 0 | 0.59 | 0.00 |
| HSL | 60º | 0.99% | 0.7% | - |
| HSV(B) | 60º | 0.59% | 1% | - |
| XYZ | 78.81 | 92.95 | 26.88 | - |
| YUV | 236.9 | 53 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 104 | 0 | 0 | 0.59 | 0.00 | 60 | 0.99 | 0.7 |
| Hex | FE | FE | 68 | 0 | 0 | 3B | 0 | 3C | 63 | 46 |
| Octal | 376 | 376 | 150 | 0 | 0 | 73 | 0 | 74 | 143 | 106 |
| Binary | 11111110 | 11111110 | 1101000 | 0 | 0 | 111011 | 0 | 111100 | 1100011 | 1000110 |
Color Harmonies of #FEFE68
Complementary color
Monochromatic Colors of #FEFE68
Black with #FEFE68
Text Example
Text Example
White with #FEFE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE68; }
p { color: rgb(254,254,104); }
H1.HeaderClassName
{
color: #FEFE68;
}
.AnyTagClassName
{
color: #FEFE68;
}
</style>
background-color css
<style>
a { background-color: #FEFE68; }
a { background-color: rgb(254,254,104); }
div.DivClassName
{
background-color: #FEFE68;
}
.BgClassName
{
background-color: #FEFE68;
}
</style>
border-color css
<style>
span { border-color: #FEFE68; }
span { border-color: rgb(254,254,104); }
td.TdClassName
{
border-color: #FEFE68;
}
.TagClassName
{
border-color: #FEFE68;
}
</style>