Shades of Laser Lemon #FEFC5B
Tints of Laser Lemon #FEFC5B
RGB
CMYK
RGB Variations
Color information
#FEFC5B (or 0xFEFC5B) is known color: Laser Lemon. HEX triplet: FE, FC and 5B. RGB value is (254,252,91). Sum of RGB (Red+Green+Blue) = 254+252+91=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 91 (35.94% from 255 or 15.24% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFC5B is #0103A4. Grayscale: #EAEAEA. Windows color (decimal): -66469 or 6028542. OLE color: 6028542.
HSL color Cylindrical-coordinate representation of color #FEFC5B: hue angle of 59.26º 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 #FEFC5B is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 91 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.00 |
| HSL | 59.26º | 0.99% | 0.68% | - |
| HSV(B) | 59.26º | 0.64% | 1% | - |
| XYZ | 77.57 | 91.45 | 23.46 | - |
| YUV | 234.24 | 47.16 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 91 | 0 | 0.01 | 0.64 | 0.00 | 59.26 | 0.99 | 0.68 |
| Hex | FE | FC | 5B | 0 | 1 | 40 | 0 | 3B | 63 | 44 |
| Octal | 376 | 374 | 133 | 0 | 1 | 100 | 0 | 73 | 143 | 104 |
| Binary | 11111110 | 11111100 | 1011011 | 0 | 1 | 1000000 | 0 | 111011 | 1100011 | 1000100 |
Color Harmonies of #FEFC5B
Complementary color
Monochromatic Colors of #FEFC5B
Black with #FEFC5B
Text Example
Text Example
White with #FEFC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC5B; }
p { color: rgb(254,252,91); }
H1.HeaderClassName
{
color: #FEFC5B;
}
.AnyTagClassName
{
color: #FEFC5B;
}
</style>
background-color css
<style>
a { background-color: #FEFC5B; }
a { background-color: rgb(254,252,91); }
div.DivClassName
{
background-color: #FEFC5B;
}
.BgClassName
{
background-color: #FEFC5B;
}
</style>
border-color css
<style>
span { border-color: #FEFC5B; }
span { border-color: rgb(254,252,91); }
td.TdClassName
{
border-color: #FEFC5B;
}
.TagClassName
{
border-color: #FEFC5B;
}
</style>