Shades of Laser Lemon #FFFD60
Tints of Laser Lemon #FFFD60
RGB
CMYK
RGB Variations
Color information
#FFFD60 (or 0xFFFD60) is known color: Laser Lemon. HEX triplet: FF, FD and 60. RGB value is (255,253,96). Sum of RGB (Red+Green+Blue) = 255+253+96=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 96 (37.89% from 255 or 15.89% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD60 is #00029F. Grayscale: #ECECEC. Windows color (decimal): -672 or 6356479. OLE color: 6356479.
HSL color Cylindrical-coordinate representation of color #FFFD60: hue angle of 59.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFFD60 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 96 | - |
| CMYK | 0 | 0.01 | 0.62 | 0 |
| HSL | 59.25º | 1% | 0.69% | - |
| HSV(B) | 59.25º | 0.62% | 1% | - |
| XYZ | 78.48 | 92.36 | 24.76 | - |
| YUV | 235.7 | 49.16 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 96 | 0 | 0.01 | 0.62 | 0 | 59.25 | 1 | 0.69 |
| Hex | FF | FD | 60 | 0 | 1 | 3E | 0 | 3B | 64 | 45 |
| Octal | 377 | 375 | 140 | 0 | 1 | 76 | 0 | 73 | 144 | 105 |
| Binary | 11111111 | 11111101 | 1100000 | 0 | 1 | 111110 | 0 | 111011 | 1100100 | 1000101 |
Color Harmonies of #FFFD60
Complementary color
Monochromatic Colors of #FFFD60
Black with #FFFD60
Text Example
Text Example
White with #FFFD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD60; }
p { color: rgb(255,253,96); }
H1.HeaderClassName
{
color: #FFFD60;
}
.AnyTagClassName
{
color: #FFFD60;
}
</style>
background-color css
<style>
a { background-color: #FFFD60; }
a { background-color: rgb(255,253,96); }
div.DivClassName
{
background-color: #FFFD60;
}
.BgClassName
{
background-color: #FFFD60;
}
</style>
border-color css
<style>
span { border-color: #FFFD60; }
span { border-color: rgb(255,253,96); }
td.TdClassName
{
border-color: #FFFD60;
}
.TagClassName
{
border-color: #FFFD60;
}
</style>