Shades of Laser Lemon #FEF85B
Tints of Laser Lemon #FEF85B
RGB
CMYK
RGB Variations
Color information
#FEF85B (or 0xFEF85B) is known color: Laser Lemon. HEX triplet: FE, F8 and 5B. RGB value is (254,248,91). Sum of RGB (Red+Green+Blue) = 254+248+91=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 248 (97.27% from 255 or 41.82% from 593); Blue value is 91 (35.94% from 255 or 15.35% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF85B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF85B is #0107A4. Grayscale: #E8E8E8. Windows color (decimal): -67493 or 6027518. OLE color: 6027518.
HSL color Cylindrical-coordinate representation of color #FEF85B: hue angle of 57.79º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEF85B is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 91 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.00 |
| HSL | 57.79º | 0.99% | 0.68% | - |
| HSV(B) | 57.79º | 0.64% | 1% | - |
| XYZ | 76.33 | 88.96 | 23.05 | - |
| YUV | 231.9 | 48.49 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 91 | 0 | 0.02 | 0.64 | 0.00 | 57.79 | 0.99 | 0.68 |
| Hex | FE | F8 | 5B | 0 | 2 | 40 | 0 | 3A | 63 | 44 |
| Octal | 376 | 370 | 133 | 0 | 2 | 100 | 0 | 72 | 143 | 104 |
| Binary | 11111110 | 11111000 | 1011011 | 0 | 10 | 1000000 | 0 | 111010 | 1100011 | 1000100 |
Color Harmonies of #FEF85B
Complementary color
Monochromatic Colors of #FEF85B
Black with #FEF85B
Text Example
Text Example
White with #FEF85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF85B; }
p { color: rgb(254,248,91); }
H1.HeaderClassName
{
color: #FEF85B;
}
.AnyTagClassName
{
color: #FEF85B;
}
</style>
background-color css
<style>
a { background-color: #FEF85B; }
a { background-color: rgb(254,248,91); }
div.DivClassName
{
background-color: #FEF85B;
}
.BgClassName
{
background-color: #FEF85B;
}
</style>
border-color css
<style>
span { border-color: #FEF85B; }
span { border-color: rgb(254,248,91); }
td.TdClassName
{
border-color: #FEF85B;
}
.TagClassName
{
border-color: #FEF85B;
}
</style>