Shades of Laser Lemon #FEF86D
Tints of Laser Lemon #FEF86D
RGB
CMYK
RGB Variations
Color information
#FEF86D (or 0xFEF86D) is known color: Laser Lemon. HEX triplet: FE, F8 and 6D. RGB value is (254,248,109). Sum of RGB (Red+Green+Blue) = 254+248+109=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 109 (42.97% from 255 or 17.84% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF86D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF86D is #010792. Grayscale: #EAEAEA. Windows color (decimal): -67475 or 7207166. OLE color: 7207166.
HSL color Cylindrical-coordinate representation of color #FEF86D: hue angle of 57.52º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEF86D is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 109 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.00 |
| HSL | 57.52º | 0.99% | 0.71% | - |
| HSV(B) | 57.52º | 0.57% | 1% | - |
| XYZ | 77.2 | 89.31 | 27.64 | - |
| YUV | 233.95 | 57.49 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 109 | 0 | 0.02 | 0.57 | 0.00 | 57.52 | 0.99 | 0.71 |
| Hex | FE | F8 | 6D | 0 | 2 | 39 | 0 | 3A | 63 | 47 |
| Octal | 376 | 370 | 155 | 0 | 2 | 71 | 0 | 72 | 143 | 107 |
| Binary | 11111110 | 11111000 | 1101101 | 0 | 10 | 111001 | 0 | 111010 | 1100011 | 1000111 |
Color Harmonies of #FEF86D
Complementary color
Monochromatic Colors of #FEF86D
Black with #FEF86D
Text Example
Text Example
White with #FEF86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF86D; }
p { color: rgb(254,248,109); }
H1.HeaderClassName
{
color: #FEF86D;
}
.AnyTagClassName
{
color: #FEF86D;
}
</style>
background-color css
<style>
a { background-color: #FEF86D; }
a { background-color: rgb(254,248,109); }
div.DivClassName
{
background-color: #FEF86D;
}
.BgClassName
{
background-color: #FEF86D;
}
</style>
border-color css
<style>
span { border-color: #FEF86D; }
span { border-color: rgb(254,248,109); }
td.TdClassName
{
border-color: #FEF86D;
}
.TagClassName
{
border-color: #FEF86D;
}
</style>