Shades of Laser Lemon #FFFF6D
Tints of Laser Lemon #FFFF6D
RGB
CMYK
RGB Variations
Color information
#FFFF6D (or 0xFFFF6D) is known color: Laser Lemon. HEX triplet: FF, FF and 6D. RGB value is (255,255,109). Sum of RGB (Red+Green+Blue) = 255+255+109=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 109 (42.97% from 255 or 17.61% from 619); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFF6D is #000092. Grayscale: #EEEEEE. Windows color (decimal): -147 or 7208959. OLE color: 7208959.
HSL color Cylindrical-coordinate representation of color #FFFF6D: hue angle of 60º 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 #FFFF6D is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 109 | - |
| CMYK | 0 | 0 | 0.57 | 0 |
| HSL | 60º | 1% | 0.71% | - |
| HSV(B) | 60º | 0.57% | 1% | - |
| XYZ | 79.76 | 93.88 | 28.39 | - |
| YUV | 238.36 | 55 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 109 | 0 | 0 | 0.57 | 0 | 60 | 1 | 0.71 |
| Hex | FF | FF | 6D | 0 | 0 | 39 | 0 | 3C | 64 | 47 |
| Octal | 377 | 377 | 155 | 0 | 0 | 71 | 0 | 74 | 144 | 107 |
| Binary | 11111111 | 11111111 | 1101101 | 0 | 0 | 111001 | 0 | 111100 | 1100100 | 1000111 |
Color Harmonies of #FFFF6D
Complementary color
Monochromatic Colors of #FFFF6D
Black with #FFFF6D
Text Example
Text Example
White with #FFFF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF6D; }
p { color: rgb(255,255,109); }
H1.HeaderClassName
{
color: #FFFF6D;
}
.AnyTagClassName
{
color: #FFFF6D;
}
</style>
background-color css
<style>
a { background-color: #FFFF6D; }
a { background-color: rgb(255,255,109); }
div.DivClassName
{
background-color: #FFFF6D;
}
.BgClassName
{
background-color: #FFFF6D;
}
</style>
border-color css
<style>
span { border-color: #FFFF6D; }
span { border-color: rgb(255,255,109); }
td.TdClassName
{
border-color: #FFFF6D;
}
.TagClassName
{
border-color: #FFFF6D;
}
</style>