Shades of Laser Lemon #FFFF66
Tints of Laser Lemon #FFFF66
RGB
CMYK
RGB Variations
Color information
#FFFF66 (or 0xFFFF66) is known color: Laser Lemon. HEX triplet: FF, FF and 66. RGB value is (255,255,102). Sum of RGB (Red+Green+Blue) = 255+255+102=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 102 (40.23% from 255 or 16.67% from 612); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF66 is a web safe color. Inversed color of #FFFF66 is #000099. Grayscale: #EEEEEE. Windows color (decimal): -154 or 6750207. OLE color: 6750207.
HSL color Cylindrical-coordinate representation of color #FFFF66: hue angle of 60º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFFF66 is Cyan = 0, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 255 | 102 | - |
CMYK | 0 | 0 | 0.6 | 0 |
HSL | 60º | 1% | 0.7% | - |
HSV(B) | 60º | 0.6% | 1% | - |
XYZ | 79.4 | 93.74 | 26.48 | - |
YUV | 237.56 | 51.5 | 140.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 255 | 102 | 0 | 0 | 0.6 | 0 | 60 | 1 | 0.7 |
Hex | FF | FF | 66 | 0 | 0 | 3C | 0 | 3C | 64 | 46 |
Octal | 377 | 377 | 146 | 0 | 0 | 74 | 0 | 74 | 144 | 106 |
Binary | 11111111 | 11111111 | 1100110 | 0 | 0 | 111100 | 0 | 111100 | 1100100 | 1000110 |
Color Harmonies of #FFFF66
Complementary color
Monochromatic Colors of #FFFF66
Black with #FFFF66
Text Example
Text Example
White with #FFFF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF66; }
p { color: rgb(255,255,102); }
H1.HeaderClassName
{
color: #FFFF66;
}
.AnyTagClassName
{
color: #FFFF66;
}
</style>
background-color css
<style>
a { background-color: #FFFF66; }
a { background-color: rgb(255,255,102); }
div.DivClassName
{
background-color: #FFFF66;
}
.BgClassName
{
background-color: #FFFF66;
}
</style>
border-color css
<style>
span { border-color: #FFFF66; }
span { border-color: rgb(255,255,102); }
td.TdClassName
{
border-color: #FFFF66;
}
.TagClassName
{
border-color: #FFFF66;
}
</style>