Shades of Laser Lemon #FFFD65
Tints of Laser Lemon #FFFD65
RGB
CMYK
RGB Variations
Color information
#FFFD65 (or 0xFFFD65) is known color: Laser Lemon. HEX triplet: FF, FD and 65. RGB value is (255,253,101). Sum of RGB (Red+Green+Blue) = 255+253+101=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 101 (39.84% from 255 or 16.58% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD65 is #00029A. Grayscale: #ECECEC. Windows color (decimal): -667 or 6684159. OLE color: 6684159.
HSL color Cylindrical-coordinate representation of color #FFFD65: hue angle of 59.22º 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 #FFFD65 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 101 | - |
| CMYK | 0 | 0.01 | 0.60 | 0 |
| HSL | 59.22º | 1% | 0.7% | - |
| HSV(B) | 59.22º | 0.6% | 1% | - |
| XYZ | 78.71 | 92.45 | 26.01 | - |
| YUV | 236.27 | 51.66 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 101 | 0 | 0.01 | 0.60 | 0 | 59.22 | 1 | 0.7 |
| Hex | FF | FD | 65 | 0 | 1 | 3C | 0 | 3B | 64 | 46 |
| Octal | 377 | 375 | 145 | 0 | 1 | 74 | 0 | 73 | 144 | 106 |
| Binary | 11111111 | 11111101 | 1100101 | 0 | 1 | 111100 | 0 | 111011 | 1100100 | 1000110 |
Color Harmonies of #FFFD65
Complementary color
Monochromatic Colors of #FFFD65
Black with #FFFD65
Text Example
Text Example
White with #FFFD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD65; }
p { color: rgb(255,253,101); }
H1.HeaderClassName
{
color: #FFFD65;
}
.AnyTagClassName
{
color: #FFFD65;
}
</style>
background-color css
<style>
a { background-color: #FFFD65; }
a { background-color: rgb(255,253,101); }
div.DivClassName
{
background-color: #FFFD65;
}
.BgClassName
{
background-color: #FFFD65;
}
</style>
border-color css
<style>
span { border-color: #FFFD65; }
span { border-color: rgb(255,253,101); }
td.TdClassName
{
border-color: #FFFD65;
}
.TagClassName
{
border-color: #FFFD65;
}
</style>