Shades of Laser Lemon #FEF85E
Tints of Laser Lemon #FEF85E
RGB
CMYK
RGB Variations
Color information
#FEF85E (or 0xFEF85E) is known color: Laser Lemon. HEX triplet: FE, F8 and 5E. RGB value is (254,248,94). Sum of RGB (Red+Green+Blue) = 254+248+94=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 94 (37.11% from 255 or 15.77% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF85E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF85E is #0107A1. Grayscale: #E8E8E8. Windows color (decimal): -67490 or 6224126. OLE color: 6224126.
HSL color Cylindrical-coordinate representation of color #FEF85E: hue angle of 57.75º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEF85E is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 94 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.00 |
| HSL | 57.75º | 0.99% | 0.68% | - |
| HSV(B) | 57.75º | 0.63% | 1% | - |
| XYZ | 76.46 | 89.01 | 23.74 | - |
| YUV | 232.24 | 49.99 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 94 | 0 | 0.02 | 0.63 | 0.00 | 57.75 | 0.99 | 0.68 |
| Hex | FE | F8 | 5E | 0 | 2 | 3F | 0 | 3A | 63 | 44 |
| Octal | 376 | 370 | 136 | 0 | 2 | 77 | 0 | 72 | 143 | 104 |
| Binary | 11111110 | 11111000 | 1011110 | 0 | 10 | 111111 | 0 | 111010 | 1100011 | 1000100 |
Color Harmonies of #FEF85E
Complementary color
Monochromatic Colors of #FEF85E
Black with #FEF85E
Text Example
Text Example
White with #FEF85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF85E; }
p { color: rgb(254,248,94); }
H1.HeaderClassName
{
color: #FEF85E;
}
.AnyTagClassName
{
color: #FEF85E;
}
</style>
background-color css
<style>
a { background-color: #FEF85E; }
a { background-color: rgb(254,248,94); }
div.DivClassName
{
background-color: #FEF85E;
}
.BgClassName
{
background-color: #FEF85E;
}
</style>
border-color css
<style>
span { border-color: #FEF85E; }
span { border-color: rgb(254,248,94); }
td.TdClassName
{
border-color: #FEF85E;
}
.TagClassName
{
border-color: #FEF85E;
}
</style>