Shades of Laser Lemon #FFFA68
Tints of Laser Lemon #FFFA68
RGB
CMYK
RGB Variations
Color information
#FFFA68 (or 0xFFFA68) is known color: Laser Lemon. HEX triplet: FF, FA and 68. RGB value is (255,250,104). Sum of RGB (Red+Green+Blue) = 255+250+104=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 104 (41.02% from 255 or 17.08% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA68 is #000597. Grayscale: #EBEBEB. Windows color (decimal): -1432 or 6879999. OLE color: 6879999.
HSL color Cylindrical-coordinate representation of color #FFFA68: hue angle of 58.01º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFFA68 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 104 | - |
| CMYK | 0 | 0.02 | 0.59 | 0 |
| HSL | 58.01º | 1% | 0.7% | - |
| HSV(B) | 58.01º | 0.59% | 1% | - |
| XYZ | 77.92 | 90.63 | 26.48 | - |
| YUV | 234.85 | 54.16 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 104 | 0 | 0.02 | 0.59 | 0 | 58.01 | 1 | 0.7 |
| Hex | FF | FA | 68 | 0 | 2 | 3B | 0 | 3A | 64 | 46 |
| Octal | 377 | 372 | 150 | 0 | 2 | 73 | 0 | 72 | 144 | 106 |
| Binary | 11111111 | 11111010 | 1101000 | 0 | 10 | 111011 | 0 | 111010 | 1100100 | 1000110 |
Color Harmonies of #FFFA68
Complementary color
Monochromatic Colors of #FFFA68
Black with #FFFA68
Text Example
Text Example
White with #FFFA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA68; }
p { color: rgb(255,250,104); }
H1.HeaderClassName
{
color: #FFFA68;
}
.AnyTagClassName
{
color: #FFFA68;
}
</style>
background-color css
<style>
a { background-color: #FFFA68; }
a { background-color: rgb(255,250,104); }
div.DivClassName
{
background-color: #FFFA68;
}
.BgClassName
{
background-color: #FFFA68;
}
</style>
border-color css
<style>
span { border-color: #FFFA68; }
span { border-color: rgb(255,250,104); }
td.TdClassName
{
border-color: #FFFA68;
}
.TagClassName
{
border-color: #FFFA68;
}
</style>