Shades of Laser Lemon #FEF75E
Tints of Laser Lemon #FEF75E
RGB
CMYK
RGB Variations
Color information
#FEF75E (or 0xFEF75E) is known color: Laser Lemon. HEX triplet: FE, F7 and 5E. RGB value is (254,247,94). Sum of RGB (Red+Green+Blue) = 254+247+94=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 247 (96.88% from 255 or 41.51% from 595); Blue value is 94 (37.11% from 255 or 15.80% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF75E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF75E is #0108A1. Grayscale: #E8E8E8. Windows color (decimal): -67746 or 6223870. OLE color: 6223870.
HSL color Cylindrical-coordinate representation of color #FEF75E: hue angle of 57.38º 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 #FEF75E is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 94 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.00 |
| HSL | 57.38º | 0.99% | 0.68% | - |
| HSV(B) | 57.38º | 0.63% | 1% | - |
| XYZ | 76.15 | 88.4 | 23.64 | - |
| YUV | 231.65 | 50.32 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 94 | 0 | 0.03 | 0.63 | 0.00 | 57.38 | 0.99 | 0.68 |
| Hex | FE | F7 | 5E | 0 | 3 | 3F | 0 | 39 | 63 | 44 |
| Octal | 376 | 367 | 136 | 0 | 3 | 77 | 0 | 71 | 143 | 104 |
| Binary | 11111110 | 11110111 | 1011110 | 0 | 11 | 111111 | 0 | 111001 | 1100011 | 1000100 |
Color Harmonies of #FEF75E
Complementary color
Monochromatic Colors of #FEF75E
Black with #FEF75E
Text Example
Text Example
White with #FEF75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF75E; }
p { color: rgb(254,247,94); }
H1.HeaderClassName
{
color: #FEF75E;
}
.AnyTagClassName
{
color: #FEF75E;
}
</style>
background-color css
<style>
a { background-color: #FEF75E; }
a { background-color: rgb(254,247,94); }
div.DivClassName
{
background-color: #FEF75E;
}
.BgClassName
{
background-color: #FEF75E;
}
</style>
border-color css
<style>
span { border-color: #FEF75E; }
span { border-color: rgb(254,247,94); }
td.TdClassName
{
border-color: #FEF75E;
}
.TagClassName
{
border-color: #FEF75E;
}
</style>