Shades of Laser Lemon #FCFB63
Tints of Laser Lemon #FCFB63
RGB
CMYK
RGB Variations
Color information
#FCFB63 (or 0xFCFB63) is known color: Laser Lemon. HEX triplet: FC, FB and 63. RGB value is (252,251,99). Sum of RGB (Red+Green+Blue) = 252+251+99=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 99 (39.06% from 255 or 16.45% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFB63 is #03049C. Grayscale: #EAEAEA. Windows color (decimal): -197789 or 6552572. OLE color: 6552572.
HSL color Cylindrical-coordinate representation of color #FCFB63: hue angle of 59.61º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FCFB63 is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 99 | - |
| CMYK | 0 | 0.00 | 0.61 | 0.01 |
| HSL | 59.61º | 0.96% | 0.69% | - |
| HSV(B) | 59.61º | 0.61% | 0.99% | - |
| XYZ | 76.89 | 90.59 | 25.24 | - |
| YUV | 233.97 | 51.83 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 99 | 0 | 0.00 | 0.61 | 0.01 | 59.61 | 0.96 | 0.69 |
| Hex | FC | FB | 63 | 0 | 0 | 3D | 1 | 3C | 60 | 45 |
| Octal | 374 | 373 | 143 | 0 | 0 | 75 | 1 | 74 | 140 | 105 |
| Binary | 11111100 | 11111011 | 1100011 | 0 | 0 | 111101 | 1 | 111100 | 1100000 | 1000101 |
Color Harmonies of #FCFB63
Complementary color
Monochromatic Colors of #FCFB63
Black with #FCFB63
Text Example
Text Example
White with #FCFB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFB63; }
p { color: rgb(252,251,99); }
H1.HeaderClassName
{
color: #FCFB63;
}
.AnyTagClassName
{
color: #FCFB63;
}
</style>
background-color css
<style>
a { background-color: #FCFB63; }
a { background-color: rgb(252,251,99); }
div.DivClassName
{
background-color: #FCFB63;
}
.BgClassName
{
background-color: #FCFB63;
}
</style>
border-color css
<style>
span { border-color: #FCFB63; }
span { border-color: rgb(252,251,99); }
td.TdClassName
{
border-color: #FCFB63;
}
.TagClassName
{
border-color: #FCFB63;
}
</style>