Shades of Laser Lemon #FEF76A
Tints of Laser Lemon #FEF76A
RGB
CMYK
RGB Variations
Color information
#FEF76A (or 0xFEF76A) is known color: Laser Lemon. HEX triplet: FE, F7 and 6A. RGB value is (254,247,106). Sum of RGB (Red+Green+Blue) = 254+247+106=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 106 (41.80% from 255 or 17.46% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF76A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF76A is #010895. Grayscale: #E9E9E9. Windows color (decimal): -67734 or 7010302. OLE color: 7010302.
HSL color Cylindrical-coordinate representation of color #FEF76A: hue angle of 57.16º 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 #FEF76A is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 106 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.00 |
| HSL | 57.16º | 0.99% | 0.71% | - |
| HSV(B) | 57.16º | 0.58% | 1% | - |
| XYZ | 76.74 | 88.63 | 26.7 | - |
| YUV | 233.02 | 56.32 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 106 | 0 | 0.03 | 0.58 | 0.00 | 57.16 | 0.99 | 0.71 |
| Hex | FE | F7 | 6A | 0 | 3 | 3A | 0 | 39 | 63 | 47 |
| Octal | 376 | 367 | 152 | 0 | 3 | 72 | 0 | 71 | 143 | 107 |
| Binary | 11111110 | 11110111 | 1101010 | 0 | 11 | 111010 | 0 | 111001 | 1100011 | 1000111 |
Color Harmonies of #FEF76A
Complementary color
Monochromatic Colors of #FEF76A
Black with #FEF76A
Text Example
Text Example
White with #FEF76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF76A; }
p { color: rgb(254,247,106); }
H1.HeaderClassName
{
color: #FEF76A;
}
.AnyTagClassName
{
color: #FEF76A;
}
</style>
background-color css
<style>
a { background-color: #FEF76A; }
a { background-color: rgb(254,247,106); }
div.DivClassName
{
background-color: #FEF76A;
}
.BgClassName
{
background-color: #FEF76A;
}
</style>
border-color css
<style>
span { border-color: #FEF76A; }
span { border-color: rgb(254,247,106); }
td.TdClassName
{
border-color: #FEF76A;
}
.TagClassName
{
border-color: #FEF76A;
}
</style>