Shades of Laser Lemon #FAFA68
Tints of Laser Lemon #FAFA68
RGB
CMYK
RGB Variations
Color information
#FAFA68 (or 0xFAFA68) is known color: Laser Lemon. HEX triplet: FA, FA and 68. RGB value is (250,250,104). Sum of RGB (Red+Green+Blue) = 250+250+104=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 104 (41.02% from 255 or 17.22% from 604); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA68 is #050597. Grayscale: #E9E9E9. Windows color (decimal): -329112 or 6879994. OLE color: 6879994.
HSL color Cylindrical-coordinate representation of color #FAFA68: hue angle of 60º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAFA68 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 104 | - |
| CMYK | 0 | 0 | 0.58 | 0.02 |
| HSL | 60º | 0.94% | 0.69% | - |
| HSV(B) | 60º | 0.58% | 0.98% | - |
| XYZ | 76.11 | 89.69 | 26.4 | - |
| YUV | 233.36 | 55 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 104 | 0 | 0 | 0.58 | 0.02 | 60 | 0.94 | 0.69 |
| Hex | FA | FA | 68 | 0 | 0 | 3A | 2 | 3C | 5E | 45 |
| Octal | 372 | 372 | 150 | 0 | 0 | 72 | 2 | 74 | 136 | 105 |
| Binary | 11111010 | 11111010 | 1101000 | 0 | 0 | 111010 | 10 | 111100 | 1011110 | 1000101 |
Color Harmonies of #FAFA68
Complementary color
Monochromatic Colors of #FAFA68
Black with #FAFA68
Text Example
Text Example
White with #FAFA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA68; }
p { color: rgb(250,250,104); }
H1.HeaderClassName
{
color: #FAFA68;
}
.AnyTagClassName
{
color: #FAFA68;
}
</style>
background-color css
<style>
a { background-color: #FAFA68; }
a { background-color: rgb(250,250,104); }
div.DivClassName
{
background-color: #FAFA68;
}
.BgClassName
{
background-color: #FAFA68;
}
</style>
border-color css
<style>
span { border-color: #FAFA68; }
span { border-color: rgb(250,250,104); }
td.TdClassName
{
border-color: #FAFA68;
}
.TagClassName
{
border-color: #FAFA68;
}
</style>