Shades of Laser Lemon #FEFE6B
Tints of Laser Lemon #FEFE6B
RGB
CMYK
RGB Variations
Color information
#FEFE6B (or 0xFEFE6B) is known color: Laser Lemon. HEX triplet: FE, FE and 6B. RGB value is (254,254,107). Sum of RGB (Red+Green+Blue) = 254+254+107=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 107 (42.19% from 255 or 17.40% from 615); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFE6B is #010194. Grayscale: #EDEDED. Windows color (decimal): -65941 or 7077630. OLE color: 7077630.
HSL color Cylindrical-coordinate representation of color #FEFE6B: hue angle of 60º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEFE6B is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 107 | - |
| CMYK | 0 | 0 | 0.58 | 0.00 |
| HSL | 60º | 0.99% | 0.71% | - |
| HSV(B) | 60º | 0.58% | 1% | - |
| XYZ | 78.97 | 93.02 | 27.7 | - |
| YUV | 237.24 | 54.5 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 107 | 0 | 0 | 0.58 | 0.00 | 60 | 0.99 | 0.71 |
| Hex | FE | FE | 6B | 0 | 0 | 3A | 0 | 3C | 63 | 47 |
| Octal | 376 | 376 | 153 | 0 | 0 | 72 | 0 | 74 | 143 | 107 |
| Binary | 11111110 | 11111110 | 1101011 | 0 | 0 | 111010 | 0 | 111100 | 1100011 | 1000111 |
Color Harmonies of #FEFE6B
Complementary color
Monochromatic Colors of #FEFE6B
Black with #FEFE6B
Text Example
Text Example
White with #FEFE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE6B; }
p { color: rgb(254,254,107); }
H1.HeaderClassName
{
color: #FEFE6B;
}
.AnyTagClassName
{
color: #FEFE6B;
}
</style>
background-color css
<style>
a { background-color: #FEFE6B; }
a { background-color: rgb(254,254,107); }
div.DivClassName
{
background-color: #FEFE6B;
}
.BgClassName
{
background-color: #FEFE6B;
}
</style>
border-color css
<style>
span { border-color: #FEFE6B; }
span { border-color: rgb(254,254,107); }
td.TdClassName
{
border-color: #FEFE6B;
}
.TagClassName
{
border-color: #FEFE6B;
}
</style>