Shades of Laser Lemon #FCFB5C
Tints of Laser Lemon #FCFB5C
RGB
CMYK
RGB Variations
Color information
#FCFB5C (or 0xFCFB5C) is known color: Laser Lemon. HEX triplet: FC, FB and 5C. RGB value is (252,251,92). Sum of RGB (Red+Green+Blue) = 252+251+92=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 92 (36.33% from 255 or 15.46% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFB5C is #0304A3. Grayscale: #E9E9E9. Windows color (decimal): -197796 or 6093820. OLE color: 6093820.
HSL color Cylindrical-coordinate representation of color #FCFB5C: hue angle of 59.62º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCFB5C is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 92 | - |
| CMYK | 0 | 0.00 | 0.63 | 0.01 |
| HSL | 59.63º | 0.96% | 0.67% | - |
| HSV(B) | 59.63º | 0.63% | 0.99% | - |
| XYZ | 76.57 | 90.46 | 23.55 | - |
| YUV | 233.17 | 48.33 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 92 | 0 | 0.00 | 0.63 | 0.01 | 59.63 | 0.96 | 0.67 |
| Hex | FC | FB | 5C | 0 | 0 | 3F | 1 | 3C | 60 | 43 |
| Octal | 374 | 373 | 134 | 0 | 0 | 77 | 1 | 74 | 140 | 103 |
| Binary | 11111100 | 11111011 | 1011100 | 0 | 0 | 111111 | 1 | 111100 | 1100000 | 1000011 |
Color Harmonies of #FCFB5C
Complementary color
Monochromatic Colors of #FCFB5C
Black with #FCFB5C
Text Example
Text Example
White with #FCFB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFB5C; }
p { color: rgb(252,251,92); }
H1.HeaderClassName
{
color: #FCFB5C;
}
.AnyTagClassName
{
color: #FCFB5C;
}
</style>
background-color css
<style>
a { background-color: #FCFB5C; }
a { background-color: rgb(252,251,92); }
div.DivClassName
{
background-color: #FCFB5C;
}
.BgClassName
{
background-color: #FCFB5C;
}
</style>
border-color css
<style>
span { border-color: #FCFB5C; }
span { border-color: rgb(252,251,92); }
td.TdClassName
{
border-color: #FCFB5C;
}
.TagClassName
{
border-color: #FCFB5C;
}
</style>