Shades of Laser Lemon #FAFC5D
Tints of Laser Lemon #FAFC5D
RGB
CMYK
RGB Variations
Color information
#FAFC5D (or 0xFAFC5D) is known color: Laser Lemon. HEX triplet: FA, FC and 5D. RGB value is (250,252,93). Sum of RGB (Red+Green+Blue) = 250+252+93=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 93 (36.72% from 255 or 15.63% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFC5D is #0503A2. Grayscale: #E9E9E9. Windows color (decimal): -328611 or 6159610. OLE color: 6159610.
HSL color Cylindrical-coordinate representation of color #FAFC5D: hue angle of 60.75º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FAFC5D is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 252 | 93 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.01 |
| HSL | 60.75º | 0.96% | 0.68% | - |
| HSV(B) | 60.75º | 0.63% | 0.99% | - |
| XYZ | 76.21 | 90.74 | 23.85 | - |
| YUV | 233.28 | 48.84 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 252 | 93 | 0.01 | 0 | 0.63 | 0.01 | 60.75 | 0.96 | 0.68 |
| Hex | FA | FC | 5D | 1 | 0 | 3F | 1 | 3D | 60 | 44 |
| Octal | 372 | 374 | 135 | 1 | 0 | 77 | 1 | 75 | 140 | 104 |
| Binary | 11111010 | 11111100 | 1011101 | 1 | 0 | 111111 | 1 | 111101 | 1100000 | 1000100 |
Color Harmonies of #FAFC5D
Complementary color
Monochromatic Colors of #FAFC5D
Black with #FAFC5D
Text Example
Text Example
White with #FAFC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFC5D; }
p { color: rgb(250,252,93); }
H1.HeaderClassName
{
color: #FAFC5D;
}
.AnyTagClassName
{
color: #FAFC5D;
}
</style>
background-color css
<style>
a { background-color: #FAFC5D; }
a { background-color: rgb(250,252,93); }
div.DivClassName
{
background-color: #FAFC5D;
}
.BgClassName
{
background-color: #FAFC5D;
}
</style>
border-color css
<style>
span { border-color: #FAFC5D; }
span { border-color: rgb(250,252,93); }
td.TdClassName
{
border-color: #FAFC5D;
}
.TagClassName
{
border-color: #FAFC5D;
}
</style>