Shades of Laser Lemon #FAFC5E
Tints of Laser Lemon #FAFC5E
RGB
CMYK
RGB Variations
Color information
#FAFC5E (or 0xFAFC5E) is known color: Laser Lemon. HEX triplet: FA, FC and 5E. RGB value is (250,252,94). Sum of RGB (Red+Green+Blue) = 250+252+94=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 94 (37.11% from 255 or 15.77% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFC5E is #0503A1. Grayscale: #EAEAEA. Windows color (decimal): -328610 or 6225146. OLE color: 6225146.
HSL color Cylindrical-coordinate representation of color #FAFC5E: hue angle of 60.76º 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 #FAFC5E is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 252 | 94 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.01 |
| HSL | 60.76º | 0.96% | 0.68% | - |
| HSV(B) | 60.76º | 0.63% | 0.99% | - |
| XYZ | 76.26 | 90.75 | 24.09 | - |
| YUV | 233.39 | 49.34 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 252 | 94 | 0.01 | 0 | 0.63 | 0.01 | 60.76 | 0.96 | 0.68 |
| Hex | FA | FC | 5E | 1 | 0 | 3F | 1 | 3D | 60 | 44 |
| Octal | 372 | 374 | 136 | 1 | 0 | 77 | 1 | 75 | 140 | 104 |
| Binary | 11111010 | 11111100 | 1011110 | 1 | 0 | 111111 | 1 | 111101 | 1100000 | 1000100 |
Color Harmonies of #FAFC5E
Complementary color
Monochromatic Colors of #FAFC5E
Black with #FAFC5E
Text Example
Text Example
White with #FAFC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFC5E; }
p { color: rgb(250,252,94); }
H1.HeaderClassName
{
color: #FAFC5E;
}
.AnyTagClassName
{
color: #FAFC5E;
}
</style>
background-color css
<style>
a { background-color: #FAFC5E; }
a { background-color: rgb(250,252,94); }
div.DivClassName
{
background-color: #FAFC5E;
}
.BgClassName
{
background-color: #FAFC5E;
}
</style>
border-color css
<style>
span { border-color: #FAFC5E; }
span { border-color: rgb(250,252,94); }
td.TdClassName
{
border-color: #FAFC5E;
}
.TagClassName
{
border-color: #FAFC5E;
}
</style>