Shades of Laser Lemon #FDFF74
Tints of Laser Lemon #FDFF74
RGB
CMYK
RGB Variations
Color information
#FDFF74 (or 0xFDFF74) is known color: Laser Lemon. HEX triplet: FD, FF and 74. RGB value is (253,255,116). Sum of RGB (Red+Green+Blue) = 253+255+116=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 116 (45.70% from 255 or 18.59% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF74 is #02008B. Grayscale: #EFEFEF. Windows color (decimal): -131212 or 7667709. OLE color: 7667709.
HSL color Cylindrical-coordinate representation of color #FDFF74: hue angle of 60.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDFF74 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 116 | - |
| CMYK | 0.01 | 0 | 0.55 | 0 |
| HSL | 60.86º | 1% | 0.73% | - |
| HSV(B) | 60.86º | 0.55% | 1% | - |
| XYZ | 79.42 | 93.66 | 30.42 | - |
| YUV | 238.56 | 58.84 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 116 | 0.01 | 0 | 0.55 | 0 | 60.86 | 1 | 0.73 |
| Hex | FD | FF | 74 | 1 | 0 | 37 | 0 | 3D | 64 | 49 |
| Octal | 375 | 377 | 164 | 1 | 0 | 67 | 0 | 75 | 144 | 111 |
| Binary | 11111101 | 11111111 | 1110100 | 1 | 0 | 110111 | 0 | 111101 | 1100100 | 1001001 |
Color Harmonies of #FDFF74
Complementary color
Monochromatic Colors of #FDFF74
Black with #FDFF74
Text Example
Text Example
White with #FDFF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF74; }
p { color: rgb(253,255,116); }
H1.HeaderClassName
{
color: #FDFF74;
}
.AnyTagClassName
{
color: #FDFF74;
}
</style>
background-color css
<style>
a { background-color: #FDFF74; }
a { background-color: rgb(253,255,116); }
div.DivClassName
{
background-color: #FDFF74;
}
.BgClassName
{
background-color: #FDFF74;
}
</style>
border-color css
<style>
span { border-color: #FDFF74; }
span { border-color: rgb(253,255,116); }
td.TdClassName
{
border-color: #FDFF74;
}
.TagClassName
{
border-color: #FDFF74;
}
</style>