Shades of Laser Lemon #FEF865
Tints of Laser Lemon #FEF865
RGB
CMYK
RGB Variations
Color information
#FEF865 (or 0xFEF865) is known color: Laser Lemon. HEX triplet: FE, F8 and 65. RGB value is (254,248,101). Sum of RGB (Red+Green+Blue) = 254+248+101=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 248 (97.27% from 255 or 41.13% from 603); Blue value is 101 (39.84% from 255 or 16.75% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF865 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF865 is #01079A. Grayscale: #E9E9E9. Windows color (decimal): -67483 or 6682878. OLE color: 6682878.
HSL color Cylindrical-coordinate representation of color #FEF865: hue angle of 57.65º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEF865 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 101 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.00 |
| HSL | 57.65º | 0.99% | 0.7% | - |
| HSV(B) | 57.65º | 0.6% | 1% | - |
| XYZ | 76.79 | 89.15 | 25.47 | - |
| YUV | 233.04 | 53.49 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 101 | 0 | 0.02 | 0.60 | 0.00 | 57.65 | 0.99 | 0.7 |
| Hex | FE | F8 | 65 | 0 | 2 | 3C | 0 | 3A | 63 | 46 |
| Octal | 376 | 370 | 145 | 0 | 2 | 74 | 0 | 72 | 143 | 106 |
| Binary | 11111110 | 11111000 | 1100101 | 0 | 10 | 111100 | 0 | 111010 | 1100011 | 1000110 |
Color Harmonies of #FEF865
Complementary color
Monochromatic Colors of #FEF865
Black with #FEF865
Text Example
Text Example
White with #FEF865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF865; }
p { color: rgb(254,248,101); }
H1.HeaderClassName
{
color: #FEF865;
}
.AnyTagClassName
{
color: #FEF865;
}
</style>
background-color css
<style>
a { background-color: #FEF865; }
a { background-color: rgb(254,248,101); }
div.DivClassName
{
background-color: #FEF865;
}
.BgClassName
{
background-color: #FEF865;
}
</style>
border-color css
<style>
span { border-color: #FEF865; }
span { border-color: rgb(254,248,101); }
td.TdClassName
{
border-color: #FEF865;
}
.TagClassName
{
border-color: #FEF865;
}
</style>