Shades of Laser Lemon #FAFE5B
Tints of Laser Lemon #FAFE5B
RGB
CMYK
RGB Variations
Color information
#FAFE5B (or 0xFAFE5B) is known color: Laser Lemon. HEX triplet: FA, FE and 5B. RGB value is (250,254,91). Sum of RGB (Red+Green+Blue) = 250+254+91=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 91 (35.94% from 255 or 15.29% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE5B is #0501A4. Grayscale: #EAEAEA. Windows color (decimal): -328101 or 6029050. OLE color: 6029050.
HSL color Cylindrical-coordinate representation of color #FAFE5B: hue angle of 61.47º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAFE5B is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 91 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.00 |
| HSL | 61.47º | 0.99% | 0.68% | - |
| HSV(B) | 61.47º | 0.64% | 1% | - |
| XYZ | 76.75 | 91.96 | 23.6 | - |
| YUV | 234.22 | 47.17 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 91 | 0.02 | 0 | 0.64 | 0.00 | 61.47 | 0.99 | 0.68 |
| Hex | FA | FE | 5B | 2 | 0 | 40 | 0 | 3D | 63 | 44 |
| Octal | 372 | 376 | 133 | 2 | 0 | 100 | 0 | 75 | 143 | 104 |
| Binary | 11111010 | 11111110 | 1011011 | 10 | 0 | 1000000 | 0 | 111101 | 1100011 | 1000100 |
Color Harmonies of #FAFE5B
Complementary color
Monochromatic Colors of #FAFE5B
Black with #FAFE5B
Text Example
Text Example
White with #FAFE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE5B; }
p { color: rgb(250,254,91); }
H1.HeaderClassName
{
color: #FAFE5B;
}
.AnyTagClassName
{
color: #FAFE5B;
}
</style>
background-color css
<style>
a { background-color: #FAFE5B; }
a { background-color: rgb(250,254,91); }
div.DivClassName
{
background-color: #FAFE5B;
}
.BgClassName
{
background-color: #FAFE5B;
}
</style>
border-color css
<style>
span { border-color: #FAFE5B; }
span { border-color: rgb(250,254,91); }
td.TdClassName
{
border-color: #FAFE5B;
}
.TagClassName
{
border-color: #FAFE5B;
}
</style>