Shades of Laser Lemon #FAFE56
Tints of Laser Lemon #FAFE56
RGB
CMYK
RGB Variations
Color information
#FAFE56 (or 0xFAFE56) is known color: Laser Lemon. HEX triplet: FA, FE and 56. RGB value is (250,254,86). Sum of RGB (Red+Green+Blue) = 250+254+86=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 86 (33.98% from 255 or 14.58% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE56 is #0501A9. Grayscale: #EAEAEA. Windows color (decimal): -328106 or 5701370. OLE color: 5701370.
HSL color Cylindrical-coordinate representation of color #FAFE56: hue angle of 61.43º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAFE56 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 86 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.00 |
| HSL | 61.43º | 0.99% | 0.67% | - |
| HSV(B) | 61.43º | 0.66% | 1% | - |
| XYZ | 76.55 | 91.88 | 22.5 | - |
| YUV | 233.65 | 44.67 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 86 | 0.02 | 0 | 0.66 | 0.00 | 61.43 | 0.99 | 0.67 |
| Hex | FA | FE | 56 | 2 | 0 | 42 | 0 | 3D | 63 | 43 |
| Octal | 372 | 376 | 126 | 2 | 0 | 102 | 0 | 75 | 143 | 103 |
| Binary | 11111010 | 11111110 | 1010110 | 10 | 0 | 1000010 | 0 | 111101 | 1100011 | 1000011 |
Color Harmonies of #FAFE56
Complementary color
Monochromatic Colors of #FAFE56
Black with #FAFE56
Text Example
Text Example
White with #FAFE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE56; }
p { color: rgb(250,254,86); }
H1.HeaderClassName
{
color: #FAFE56;
}
.AnyTagClassName
{
color: #FAFE56;
}
</style>
background-color css
<style>
a { background-color: #FAFE56; }
a { background-color: rgb(250,254,86); }
div.DivClassName
{
background-color: #FAFE56;
}
.BgClassName
{
background-color: #FAFE56;
}
</style>
border-color css
<style>
span { border-color: #FAFE56; }
span { border-color: rgb(250,254,86); }
td.TdClassName
{
border-color: #FAFE56;
}
.TagClassName
{
border-color: #FAFE56;
}
</style>