Shades of Laser Lemon #FFFE74
Tints of Laser Lemon #FFFE74
RGB
CMYK
RGB Variations
Color information
#FFFE74 (or 0xFFFE74) is known color: Laser Lemon. HEX triplet: FF, FE and 74. RGB value is (255,254,116). Sum of RGB (Red+Green+Blue) = 255+254+116=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 116 (45.70% from 255 or 18.56% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFE74 is #00018B. Grayscale: #EFEFEF. Windows color (decimal): -396 or 7667455. OLE color: 7667455.
HSL color Cylindrical-coordinate representation of color #FFFE74: hue angle of 59.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFFE74 is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 116 | - |
| CMYK | 0 | 0.00 | 0.55 | 0 |
| HSL | 59.57º | 1% | 0.73% | - |
| HSV(B) | 59.57º | 0.55% | 1% | - |
| XYZ | 79.83 | 93.4 | 30.34 | - |
| YUV | 238.57 | 58.83 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 116 | 0 | 0.00 | 0.55 | 0 | 59.57 | 1 | 0.73 |
| Hex | FF | FE | 74 | 0 | 0 | 37 | 0 | 3C | 64 | 49 |
| Octal | 377 | 376 | 164 | 0 | 0 | 67 | 0 | 74 | 144 | 111 |
| Binary | 11111111 | 11111110 | 1110100 | 0 | 0 | 110111 | 0 | 111100 | 1100100 | 1001001 |
Color Harmonies of #FFFE74
Complementary color
Monochromatic Colors of #FFFE74
Black with #FFFE74
Text Example
Text Example
White with #FFFE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE74; }
p { color: rgb(255,254,116); }
H1.HeaderClassName
{
color: #FFFE74;
}
.AnyTagClassName
{
color: #FFFE74;
}
</style>
background-color css
<style>
a { background-color: #FFFE74; }
a { background-color: rgb(255,254,116); }
div.DivClassName
{
background-color: #FFFE74;
}
.BgClassName
{
background-color: #FFFE74;
}
</style>
border-color css
<style>
span { border-color: #FFFE74; }
span { border-color: rgb(255,254,116); }
td.TdClassName
{
border-color: #FFFE74;
}
.TagClassName
{
border-color: #FFFE74;
}
</style>