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