Shades of Laser Lemon #FEFA66
Tints of Laser Lemon #FEFA66
RGB
CMYK
RGB Variations
Color information
#FEFA66 (or 0xFEFA66) is known color: Laser Lemon. HEX triplet: FE, FA and 66. RGB value is (254,250,102). Sum of RGB (Red+Green+Blue) = 254+250+102=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 102 (40.23% from 255 or 16.83% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA66 is #010599. Grayscale: #EAEAEA. Windows color (decimal): -66970 or 6748926. OLE color: 6748926.
HSL color Cylindrical-coordinate representation of color #FEFA66: hue angle of 58.42º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEFA66 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 102 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.00 |
| HSL | 58.42º | 0.99% | 0.7% | - |
| HSV(B) | 58.42º | 0.6% | 1% | - |
| XYZ | 77.46 | 90.4 | 25.94 | - |
| YUV | 234.32 | 53.33 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 102 | 0 | 0.02 | 0.60 | 0.00 | 58.42 | 0.99 | 0.7 |
| Hex | FE | FA | 66 | 0 | 2 | 3C | 0 | 3A | 63 | 46 |
| Octal | 376 | 372 | 146 | 0 | 2 | 74 | 0 | 72 | 143 | 106 |
| Binary | 11111110 | 11111010 | 1100110 | 0 | 10 | 111100 | 0 | 111010 | 1100011 | 1000110 |
Color Harmonies of #FEFA66
Complementary color
Monochromatic Colors of #FEFA66
Black with #FEFA66
Text Example
Text Example
White with #FEFA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA66; }
p { color: rgb(254,250,102); }
H1.HeaderClassName
{
color: #FEFA66;
}
.AnyTagClassName
{
color: #FEFA66;
}
</style>
background-color css
<style>
a { background-color: #FEFA66; }
a { background-color: rgb(254,250,102); }
div.DivClassName
{
background-color: #FEFA66;
}
.BgClassName
{
background-color: #FEFA66;
}
</style>
border-color css
<style>
span { border-color: #FEFA66; }
span { border-color: rgb(254,250,102); }
td.TdClassName
{
border-color: #FEFA66;
}
.TagClassName
{
border-color: #FEFA66;
}
</style>