Shades of Laser Lemon #FAFE67
Tints of Laser Lemon #FAFE67
RGB
CMYK
RGB Variations
Color information
#FAFE67 (or 0xFAFE67) is known color: Laser Lemon. HEX triplet: FA, FE and 67. RGB value is (250,254,103). Sum of RGB (Red+Green+Blue) = 250+254+103=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 103 (40.62% from 255 or 16.97% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE67 is #050198. Grayscale: #ECECEC. Windows color (decimal): -328089 or 6815482. OLE color: 6815482.
HSL color Cylindrical-coordinate representation of color #FAFE67: hue angle of 61.59º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAFE67 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 103 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.00 |
| HSL | 61.59º | 0.99% | 0.7% | - |
| HSV(B) | 61.59º | 0.59% | 1% | - |
| XYZ | 77.31 | 92.19 | 26.55 | - |
| YUV | 235.59 | 53.17 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 103 | 0.02 | 0 | 0.59 | 0.00 | 61.59 | 0.99 | 0.7 |
| Hex | FA | FE | 67 | 2 | 0 | 3B | 0 | 3E | 63 | 46 |
| Octal | 372 | 376 | 147 | 2 | 0 | 73 | 0 | 76 | 143 | 106 |
| Binary | 11111010 | 11111110 | 1100111 | 10 | 0 | 111011 | 0 | 111110 | 1100011 | 1000110 |
Color Harmonies of #FAFE67
Complementary color
Monochromatic Colors of #FAFE67
Black with #FAFE67
Text Example
Text Example
White with #FAFE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE67; }
p { color: rgb(250,254,103); }
H1.HeaderClassName
{
color: #FAFE67;
}
.AnyTagClassName
{
color: #FAFE67;
}
</style>
background-color css
<style>
a { background-color: #FAFE67; }
a { background-color: rgb(250,254,103); }
div.DivClassName
{
background-color: #FAFE67;
}
.BgClassName
{
background-color: #FAFE67;
}
</style>
border-color css
<style>
span { border-color: #FAFE67; }
span { border-color: rgb(250,254,103); }
td.TdClassName
{
border-color: #FAFE67;
}
.TagClassName
{
border-color: #FAFE67;
}
</style>