Shades of Laser Lemon #FEF762
Tints of Laser Lemon #FEF762
RGB
CMYK
RGB Variations
Color information
#FEF762 (or 0xFEF762) is known color: Laser Lemon. HEX triplet: FE, F7 and 62. RGB value is (254,247,98). Sum of RGB (Red+Green+Blue) = 254+247+98=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 247 (96.88% from 255 or 41.24% from 599); Blue value is 98 (38.67% from 255 or 16.36% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF762 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF762 is #01089D. Grayscale: #E8E8E8. Windows color (decimal): -67742 or 6486014. OLE color: 6486014.
HSL color Cylindrical-coordinate representation of color #FEF762: hue angle of 57.31º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEF762 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 98 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.00 |
| HSL | 57.31º | 0.99% | 0.69% | - |
| HSV(B) | 57.31º | 0.61% | 1% | - |
| XYZ | 76.34 | 88.47 | 24.61 | - |
| YUV | 232.11 | 52.32 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 98 | 0 | 0.03 | 0.61 | 0.00 | 57.31 | 0.99 | 0.69 |
| Hex | FE | F7 | 62 | 0 | 3 | 3D | 0 | 39 | 63 | 45 |
| Octal | 376 | 367 | 142 | 0 | 3 | 75 | 0 | 71 | 143 | 105 |
| Binary | 11111110 | 11110111 | 1100010 | 0 | 11 | 111101 | 0 | 111001 | 1100011 | 1000101 |
Color Harmonies of #FEF762
Complementary color
Monochromatic Colors of #FEF762
Black with #FEF762
Text Example
Text Example
White with #FEF762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF762; }
p { color: rgb(254,247,98); }
H1.HeaderClassName
{
color: #FEF762;
}
.AnyTagClassName
{
color: #FEF762;
}
</style>
background-color css
<style>
a { background-color: #FEF762; }
a { background-color: rgb(254,247,98); }
div.DivClassName
{
background-color: #FEF762;
}
.BgClassName
{
background-color: #FEF762;
}
</style>
border-color css
<style>
span { border-color: #FEF762; }
span { border-color: rgb(254,247,98); }
td.TdClassName
{
border-color: #FEF762;
}
.TagClassName
{
border-color: #FEF762;
}
</style>