Shades of Laser Lemon #FCFB5E
Tints of Laser Lemon #FCFB5E
RGB
CMYK
RGB Variations
Color information
#FCFB5E (or 0xFCFB5E) is known color: Laser Lemon. HEX triplet: FC, FB and 5E. RGB value is (252,251,94). Sum of RGB (Red+Green+Blue) = 252+251+94=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 94 (37.11% from 255 or 15.75% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFB5E is #0304A1. Grayscale: #EAEAEA. Windows color (decimal): -197794 or 6224892. OLE color: 6224892.
HSL color Cylindrical-coordinate representation of color #FCFB5E: hue angle of 59.62º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCFB5E is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 94 | - |
| CMYK | 0 | 0.00 | 0.63 | 0.01 |
| HSL | 59.62º | 0.96% | 0.68% | - |
| HSV(B) | 59.62º | 0.63% | 0.99% | - |
| XYZ | 76.66 | 90.5 | 24.02 | - |
| YUV | 233.4 | 49.33 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 94 | 0 | 0.00 | 0.63 | 0.01 | 59.62 | 0.96 | 0.68 |
| Hex | FC | FB | 5E | 0 | 0 | 3F | 1 | 3C | 60 | 44 |
| Octal | 374 | 373 | 136 | 0 | 0 | 77 | 1 | 74 | 140 | 104 |
| Binary | 11111100 | 11111011 | 1011110 | 0 | 0 | 111111 | 1 | 111100 | 1100000 | 1000100 |
Color Harmonies of #FCFB5E
Complementary color
Monochromatic Colors of #FCFB5E
Black with #FCFB5E
Text Example
Text Example
White with #FCFB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFB5E; }
p { color: rgb(252,251,94); }
H1.HeaderClassName
{
color: #FCFB5E;
}
.AnyTagClassName
{
color: #FCFB5E;
}
</style>
background-color css
<style>
a { background-color: #FCFB5E; }
a { background-color: rgb(252,251,94); }
div.DivClassName
{
background-color: #FCFB5E;
}
.BgClassName
{
background-color: #FCFB5E;
}
</style>
border-color css
<style>
span { border-color: #FCFB5E; }
span { border-color: rgb(252,251,94); }
td.TdClassName
{
border-color: #FCFB5E;
}
.TagClassName
{
border-color: #FCFB5E;
}
</style>