Shades of Laser Lemon #FFFF6E
Tints of Laser Lemon #FFFF6E
RGB
CMYK
RGB Variations
Color information
#FFFF6E (or 0xFFFF6E) is known color: Laser Lemon. HEX triplet: FF, FF and 6E. RGB value is (255,255,110). Sum of RGB (Red+Green+Blue) = 255+255+110=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 110 (43.36% from 255 or 17.74% from 620); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFF6E is #000091. Grayscale: #EFEFEF. Windows color (decimal): -146 or 7274495. OLE color: 7274495.
HSL color Cylindrical-coordinate representation of color #FFFF6E: hue angle of 60º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFFF6E is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 110 | - |
| CMYK | 0 | 0 | 0.57 | 0 |
| HSL | 60º | 1% | 0.72% | - |
| HSV(B) | 60º | 0.57% | 1% | - |
| XYZ | 79.81 | 93.91 | 28.67 | - |
| YUV | 238.47 | 55.5 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 110 | 0 | 0 | 0.57 | 0 | 60 | 1 | 0.72 |
| Hex | FF | FF | 6E | 0 | 0 | 39 | 0 | 3C | 64 | 48 |
| Octal | 377 | 377 | 156 | 0 | 0 | 71 | 0 | 74 | 144 | 110 |
| Binary | 11111111 | 11111111 | 1101110 | 0 | 0 | 111001 | 0 | 111100 | 1100100 | 1001000 |
Color Harmonies of #FFFF6E
Complementary color
Monochromatic Colors of #FFFF6E
Black with #FFFF6E
Text Example
Text Example
White with #FFFF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF6E; }
p { color: rgb(255,255,110); }
H1.HeaderClassName
{
color: #FFFF6E;
}
.AnyTagClassName
{
color: #FFFF6E;
}
</style>
background-color css
<style>
a { background-color: #FFFF6E; }
a { background-color: rgb(255,255,110); }
div.DivClassName
{
background-color: #FFFF6E;
}
.BgClassName
{
background-color: #FFFF6E;
}
</style>
border-color css
<style>
span { border-color: #FFFF6E; }
span { border-color: rgb(255,255,110); }
td.TdClassName
{
border-color: #FFFF6E;
}
.TagClassName
{
border-color: #FFFF6E;
}
</style>