Shades of Laser Lemon #FFFD64
Tints of Laser Lemon #FFFD64
RGB
CMYK
RGB Variations
Color information
#FFFD64 (or 0xFFFD64) is known color: Laser Lemon. HEX triplet: FF, FD and 64. RGB value is (255,253,100). Sum of RGB (Red+Green+Blue) = 255+253+100=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 253 (99.22% from 255 or 41.61% from 608); Blue value is 100 (39.45% from 255 or 16.45% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD64 is #00029B. Grayscale: #ECECEC. Windows color (decimal): -668 or 6618623. OLE color: 6618623.
HSL color Cylindrical-coordinate representation of color #FFFD64: hue angle of 59.23º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFFD64 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 100 | - |
| CMYK | 0 | 0.01 | 0.61 | 0 |
| HSL | 59.23º | 1% | 0.7% | - |
| HSV(B) | 59.23º | 0.61% | 1% | - |
| XYZ | 78.67 | 92.43 | 25.75 | - |
| YUV | 236.16 | 51.16 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 100 | 0 | 0.01 | 0.61 | 0 | 59.23 | 1 | 0.7 |
| Hex | FF | FD | 64 | 0 | 1 | 3D | 0 | 3B | 64 | 46 |
| Octal | 377 | 375 | 144 | 0 | 1 | 75 | 0 | 73 | 144 | 106 |
| Binary | 11111111 | 11111101 | 1100100 | 0 | 1 | 111101 | 0 | 111011 | 1100100 | 1000110 |
Color Harmonies of #FFFD64
Complementary color
Monochromatic Colors of #FFFD64
Black with #FFFD64
Text Example
Text Example
White with #FFFD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD64; }
p { color: rgb(255,253,100); }
H1.HeaderClassName
{
color: #FFFD64;
}
.AnyTagClassName
{
color: #FFFD64;
}
</style>
background-color css
<style>
a { background-color: #FFFD64; }
a { background-color: rgb(255,253,100); }
div.DivClassName
{
background-color: #FFFD64;
}
.BgClassName
{
background-color: #FFFD64;
}
</style>
border-color css
<style>
span { border-color: #FFFD64; }
span { border-color: rgb(255,253,100); }
td.TdClassName
{
border-color: #FFFD64;
}
.TagClassName
{
border-color: #FFFD64;
}
</style>