Shades of Laser Lemon #FAFE5D
Tints of Laser Lemon #FAFE5D
RGB
CMYK
RGB Variations
Color information
#FAFE5D (or 0xFAFE5D) is known color: Laser Lemon. HEX triplet: FA, FE and 5D. RGB value is (250,254,93). Sum of RGB (Red+Green+Blue) = 250+254+93=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 93 (36.72% from 255 or 15.58% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE5D is #0501A2. Grayscale: #EBEBEB. Windows color (decimal): -328099 or 6160122. OLE color: 6160122.
HSL color Cylindrical-coordinate representation of color #FAFE5D: hue angle of 61.49º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FAFE5D is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 93 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.00 |
| HSL | 61.49º | 0.99% | 0.68% | - |
| HSV(B) | 61.49º | 0.63% | 1% | - |
| XYZ | 76.84 | 92 | 24.06 | - |
| YUV | 234.45 | 48.17 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 93 | 0.02 | 0 | 0.63 | 0.00 | 61.49 | 0.99 | 0.68 |
| Hex | FA | FE | 5D | 2 | 0 | 3F | 0 | 3D | 63 | 44 |
| Octal | 372 | 376 | 135 | 2 | 0 | 77 | 0 | 75 | 143 | 104 |
| Binary | 11111010 | 11111110 | 1011101 | 10 | 0 | 111111 | 0 | 111101 | 1100011 | 1000100 |
Color Harmonies of #FAFE5D
Complementary color
Monochromatic Colors of #FAFE5D
Black with #FAFE5D
Text Example
Text Example
White with #FAFE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE5D; }
p { color: rgb(250,254,93); }
H1.HeaderClassName
{
color: #FAFE5D;
}
.AnyTagClassName
{
color: #FAFE5D;
}
</style>
background-color css
<style>
a { background-color: #FAFE5D; }
a { background-color: rgb(250,254,93); }
div.DivClassName
{
background-color: #FAFE5D;
}
.BgClassName
{
background-color: #FAFE5D;
}
</style>
border-color css
<style>
span { border-color: #FAFE5D; }
span { border-color: rgb(250,254,93); }
td.TdClassName
{
border-color: #FAFE5D;
}
.TagClassName
{
border-color: #FAFE5D;
}
</style>