Shades of Laser Lemon #FFFE6D
Tints of Laser Lemon #FFFE6D
RGB
CMYK
RGB Variations
Color information
#FFFE6D (or 0xFFFE6D) is known color: Laser Lemon. HEX triplet: FF, FE and 6D. RGB value is (255,254,109). Sum of RGB (Red+Green+Blue) = 255+254+109=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 109 (42.97% from 255 or 17.64% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFE6D is #000192. Grayscale: #EEEEEE. Windows color (decimal): -403 or 7208703. OLE color: 7208703.
HSL color Cylindrical-coordinate representation of color #FFFE6D: hue angle of 59.59º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFFE6D is Cyan = 0, Magento = 0.00, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 109 | - |
| CMYK | 0 | 0.00 | 0.57 | 0 |
| HSL | 59.59º | 1% | 0.71% | - |
| HSV(B) | 59.59º | 0.57% | 1% | - |
| XYZ | 79.44 | 93.25 | 28.28 | - |
| YUV | 237.77 | 55.33 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 109 | 0 | 0.00 | 0.57 | 0 | 59.59 | 1 | 0.71 |
| Hex | FF | FE | 6D | 0 | 0 | 39 | 0 | 3C | 64 | 47 |
| Octal | 377 | 376 | 155 | 0 | 0 | 71 | 0 | 74 | 144 | 107 |
| Binary | 11111111 | 11111110 | 1101101 | 0 | 0 | 111001 | 0 | 111100 | 1100100 | 1000111 |
Color Harmonies of #FFFE6D
Complementary color
Monochromatic Colors of #FFFE6D
Black with #FFFE6D
Text Example
Text Example
White with #FFFE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE6D; }
p { color: rgb(255,254,109); }
H1.HeaderClassName
{
color: #FFFE6D;
}
.AnyTagClassName
{
color: #FFFE6D;
}
</style>
background-color css
<style>
a { background-color: #FFFE6D; }
a { background-color: rgb(255,254,109); }
div.DivClassName
{
background-color: #FFFE6D;
}
.BgClassName
{
background-color: #FFFE6D;
}
</style>
border-color css
<style>
span { border-color: #FFFE6D; }
span { border-color: rgb(255,254,109); }
td.TdClassName
{
border-color: #FFFE6D;
}
.TagClassName
{
border-color: #FFFE6D;
}
</style>