Shades of Laser Lemon #FFFA66
Tints of Laser Lemon #FFFA66
RGB
CMYK
RGB Variations
Color information
#FFFA66 (or 0xFFFA66) is known color: Laser Lemon. HEX triplet: FF, FA and 66. RGB value is (255,250,102). Sum of RGB (Red+Green+Blue) = 255+250+102=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 102 (40.23% from 255 or 16.80% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA66 is #000599. Grayscale: #EBEBEB. Windows color (decimal): -1434 or 6748927. OLE color: 6748927.
HSL color Cylindrical-coordinate representation of color #FFFA66: hue angle of 58.04º 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 #FFFA66 is Cyan = 0, Magento = 0.02, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 102 | - |
| CMYK | 0 | 0.02 | 0.6 | 0 |
| HSL | 58.04º | 1% | 0.7% | - |
| HSV(B) | 58.04º | 0.6% | 1% | - |
| XYZ | 77.82 | 90.59 | 25.95 | - |
| YUV | 234.62 | 53.16 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 102 | 0 | 0.02 | 0.6 | 0 | 58.04 | 1 | 0.7 |
| Hex | FF | FA | 66 | 0 | 2 | 3C | 0 | 3A | 64 | 46 |
| Octal | 377 | 372 | 146 | 0 | 2 | 74 | 0 | 72 | 144 | 106 |
| Binary | 11111111 | 11111010 | 1100110 | 0 | 10 | 111100 | 0 | 111010 | 1100100 | 1000110 |
Color Harmonies of #FFFA66
Complementary color
Monochromatic Colors of #FFFA66
Black with #FFFA66
Text Example
Text Example
White with #FFFA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA66; }
p { color: rgb(255,250,102); }
H1.HeaderClassName
{
color: #FFFA66;
}
.AnyTagClassName
{
color: #FFFA66;
}
</style>
background-color css
<style>
a { background-color: #FFFA66; }
a { background-color: rgb(255,250,102); }
div.DivClassName
{
background-color: #FFFA66;
}
.BgClassName
{
background-color: #FFFA66;
}
</style>
border-color css
<style>
span { border-color: #FFFA66; }
span { border-color: rgb(255,250,102); }
td.TdClassName
{
border-color: #FFFA66;
}
.TagClassName
{
border-color: #FFFA66;
}
</style>