Shades of Laser Lemon #FFFC65
Tints of Laser Lemon #FFFC65
RGB
CMYK
RGB Variations
Color information
#FFFC65 (or 0xFFFC65) is known color: Laser Lemon. HEX triplet: FF, FC and 65. RGB value is (255,252,101). Sum of RGB (Red+Green+Blue) = 255+252+101=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 101 (39.84% from 255 or 16.61% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC65 is #00039A. Grayscale: #ECECEC. Windows color (decimal): -923 or 6683903. OLE color: 6683903.
HSL color Cylindrical-coordinate representation of color #FFFC65: hue angle of 58.83º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFFC65 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 101 | - |
| CMYK | 0 | 0.01 | 0.60 | 0 |
| HSL | 58.83º | 1% | 0.7% | - |
| HSV(B) | 58.83º | 0.6% | 1% | - |
| XYZ | 78.4 | 91.82 | 25.9 | - |
| YUV | 235.68 | 51.99 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 101 | 0 | 0.01 | 0.60 | 0 | 58.83 | 1 | 0.7 |
| Hex | FF | FC | 65 | 0 | 1 | 3C | 0 | 3B | 64 | 46 |
| Octal | 377 | 374 | 145 | 0 | 1 | 74 | 0 | 73 | 144 | 106 |
| Binary | 11111111 | 11111100 | 1100101 | 0 | 1 | 111100 | 0 | 111011 | 1100100 | 1000110 |
Color Harmonies of #FFFC65
Complementary color
Monochromatic Colors of #FFFC65
Black with #FFFC65
Text Example
Text Example
White with #FFFC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC65; }
p { color: rgb(255,252,101); }
H1.HeaderClassName
{
color: #FFFC65;
}
.AnyTagClassName
{
color: #FFFC65;
}
</style>
background-color css
<style>
a { background-color: #FFFC65; }
a { background-color: rgb(255,252,101); }
div.DivClassName
{
background-color: #FFFC65;
}
.BgClassName
{
background-color: #FFFC65;
}
</style>
border-color css
<style>
span { border-color: #FFFC65; }
span { border-color: rgb(255,252,101); }
td.TdClassName
{
border-color: #FFFC65;
}
.TagClassName
{
border-color: #FFFC65;
}
</style>