Shades of Laser Lemon #FEFE5C
Tints of Laser Lemon #FEFE5C
RGB
CMYK
RGB Variations
Color information
#FEFE5C (or 0xFEFE5C) is known color: Laser Lemon. HEX triplet: FE, FE and 5C. RGB value is (254,254,92). Sum of RGB (Red+Green+Blue) = 254+254+92=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 92 (36.33% from 255 or 15.33% from 600); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFE5C is #0101A3. Grayscale: #ECECEC. Windows color (decimal): -65956 or 6094590. OLE color: 6094590.
HSL color Cylindrical-coordinate representation of color #FEFE5C: hue angle of 60º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEFE5C is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 92 | - |
| CMYK | 0 | 0 | 0.64 | 0.00 |
| HSL | 60º | 0.99% | 0.68% | - |
| HSV(B) | 60º | 0.64% | 1% | - |
| XYZ | 78.25 | 92.73 | 23.9 | - |
| YUV | 235.53 | 47 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 92 | 0 | 0 | 0.64 | 0.00 | 60 | 0.99 | 0.68 |
| Hex | FE | FE | 5C | 0 | 0 | 40 | 0 | 3C | 63 | 44 |
| Octal | 376 | 376 | 134 | 0 | 0 | 100 | 0 | 74 | 143 | 104 |
| Binary | 11111110 | 11111110 | 1011100 | 0 | 0 | 1000000 | 0 | 111100 | 1100011 | 1000100 |
Color Harmonies of #FEFE5C
Complementary color
Monochromatic Colors of #FEFE5C
Black with #FEFE5C
Text Example
Text Example
White with #FEFE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE5C; }
p { color: rgb(254,254,92); }
H1.HeaderClassName
{
color: #FEFE5C;
}
.AnyTagClassName
{
color: #FEFE5C;
}
</style>
background-color css
<style>
a { background-color: #FEFE5C; }
a { background-color: rgb(254,254,92); }
div.DivClassName
{
background-color: #FEFE5C;
}
.BgClassName
{
background-color: #FEFE5C;
}
</style>
border-color css
<style>
span { border-color: #FEFE5C; }
span { border-color: rgb(254,254,92); }
td.TdClassName
{
border-color: #FEFE5C;
}
.TagClassName
{
border-color: #FEFE5C;
}
</style>