Shades of Laser Lemon #FAFC68
Tints of Laser Lemon #FAFC68
RGB
CMYK
RGB Variations
Color information
#FAFC68 (or 0xFAFC68) is known color: Laser Lemon. HEX triplet: FA, FC and 68. RGB value is (250,252,104). Sum of RGB (Red+Green+Blue) = 250+252+104=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 104 (41.02% from 255 or 17.16% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFC68 is #050397. Grayscale: #EBEBEB. Windows color (decimal): -328600 or 6880506. OLE color: 6880506.
HSL color Cylindrical-coordinate representation of color #FAFC68: hue angle of 60.81º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAFC68 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 252 | 104 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.01 |
| HSL | 60.81º | 0.96% | 0.7% | - |
| HSV(B) | 60.81º | 0.59% | 0.99% | - |
| XYZ | 76.73 | 90.94 | 26.61 | - |
| YUV | 234.53 | 54.34 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 252 | 104 | 0.01 | 0 | 0.59 | 0.01 | 60.81 | 0.96 | 0.7 |
| Hex | FA | FC | 68 | 1 | 0 | 3B | 1 | 3D | 60 | 46 |
| Octal | 372 | 374 | 150 | 1 | 0 | 73 | 1 | 75 | 140 | 106 |
| Binary | 11111010 | 11111100 | 1101000 | 1 | 0 | 111011 | 1 | 111101 | 1100000 | 1000110 |
Color Harmonies of #FAFC68
Complementary color
Monochromatic Colors of #FAFC68
Black with #FAFC68
Text Example
Text Example
White with #FAFC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFC68; }
p { color: rgb(250,252,104); }
H1.HeaderClassName
{
color: #FAFC68;
}
.AnyTagClassName
{
color: #FAFC68;
}
</style>
background-color css
<style>
a { background-color: #FAFC68; }
a { background-color: rgb(250,252,104); }
div.DivClassName
{
background-color: #FAFC68;
}
.BgClassName
{
background-color: #FAFC68;
}
</style>
border-color css
<style>
span { border-color: #FAFC68; }
span { border-color: rgb(250,252,104); }
td.TdClassName
{
border-color: #FAFC68;
}
.TagClassName
{
border-color: #FAFC68;
}
</style>