Shades of Laser Lemon #FFFE5B
Tints of Laser Lemon #FFFE5B
RGB
CMYK
RGB Variations
Color information
#FFFE5B (or 0xFFFE5B) is known color: Laser Lemon. HEX triplet: FF, FE and 5B. RGB value is (255,254,91). Sum of RGB (Red+Green+Blue) = 255+254+91=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 91 (35.94% from 255 or 15.17% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFE5B is #0001A4. Grayscale: #ECECEC. Windows color (decimal): -421 or 6029055. OLE color: 6029055.
HSL color Cylindrical-coordinate representation of color #FFFE5B: hue angle of 59.63º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFFE5B is Cyan = 0, Magento = 0.00, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 91 | - |
| CMYK | 0 | 0.00 | 0.64 | 0 |
| HSL | 59.63º | 1% | 0.68% | - |
| HSV(B) | 59.63º | 0.64% | 1% | - |
| XYZ | 78.57 | 92.9 | 23.69 | - |
| YUV | 235.72 | 46.33 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 91 | 0 | 0.00 | 0.64 | 0 | 59.63 | 1 | 0.68 |
| Hex | FF | FE | 5B | 0 | 0 | 40 | 0 | 3C | 64 | 44 |
| Octal | 377 | 376 | 133 | 0 | 0 | 100 | 0 | 74 | 144 | 104 |
| Binary | 11111111 | 11111110 | 1011011 | 0 | 0 | 1000000 | 0 | 111100 | 1100100 | 1000100 |
Color Harmonies of #FFFE5B
Complementary color
Monochromatic Colors of #FFFE5B
Black with #FFFE5B
Text Example
Text Example
White with #FFFE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE5B; }
p { color: rgb(255,254,91); }
H1.HeaderClassName
{
color: #FFFE5B;
}
.AnyTagClassName
{
color: #FFFE5B;
}
</style>
background-color css
<style>
a { background-color: #FFFE5B; }
a { background-color: rgb(255,254,91); }
div.DivClassName
{
background-color: #FFFE5B;
}
.BgClassName
{
background-color: #FFFE5B;
}
</style>
border-color css
<style>
span { border-color: #FFFE5B; }
span { border-color: rgb(255,254,91); }
td.TdClassName
{
border-color: #FFFE5B;
}
.TagClassName
{
border-color: #FFFE5B;
}
</style>