Shades of Laser Lemon #FEF862
Tints of Laser Lemon #FEF862
RGB
CMYK
RGB Variations
Color information
#FEF862 (or 0xFEF862) is known color: Laser Lemon. HEX triplet: FE, F8 and 62. RGB value is (254,248,98). Sum of RGB (Red+Green+Blue) = 254+248+98=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 98 (38.67% from 255 or 16.33% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF862 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF862 is #01079D. Grayscale: #E9E9E9. Windows color (decimal): -67486 or 6486270. OLE color: 6486270.
HSL color Cylindrical-coordinate representation of color #FEF862: hue angle of 57.69º 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 #FEF862 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 98 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.00 |
| HSL | 57.69º | 0.99% | 0.69% | - |
| HSV(B) | 57.69º | 0.61% | 1% | - |
| XYZ | 76.65 | 89.09 | 24.71 | - |
| YUV | 232.69 | 51.99 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 98 | 0 | 0.02 | 0.61 | 0.00 | 57.69 | 0.99 | 0.69 |
| Hex | FE | F8 | 62 | 0 | 2 | 3D | 0 | 3A | 63 | 45 |
| Octal | 376 | 370 | 142 | 0 | 2 | 75 | 0 | 72 | 143 | 105 |
| Binary | 11111110 | 11111000 | 1100010 | 0 | 10 | 111101 | 0 | 111010 | 1100011 | 1000101 |
Color Harmonies of #FEF862
Complementary color
Monochromatic Colors of #FEF862
Black with #FEF862
Text Example
Text Example
White with #FEF862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF862; }
p { color: rgb(254,248,98); }
H1.HeaderClassName
{
color: #FEF862;
}
.AnyTagClassName
{
color: #FEF862;
}
</style>
background-color css
<style>
a { background-color: #FEF862; }
a { background-color: rgb(254,248,98); }
div.DivClassName
{
background-color: #FEF862;
}
.BgClassName
{
background-color: #FEF862;
}
</style>
border-color css
<style>
span { border-color: #FEF862; }
span { border-color: rgb(254,248,98); }
td.TdClassName
{
border-color: #FEF862;
}
.TagClassName
{
border-color: #FEF862;
}
</style>