Shades of Laser Lemon #FDFE74
Tints of Laser Lemon #FDFE74
RGB
CMYK
RGB Variations
Color information
#FDFE74 (or 0xFDFE74) is known color: Laser Lemon. HEX triplet: FD, FE and 74. RGB value is (253,254,116). Sum of RGB (Red+Green+Blue) = 253+254+116=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 116 (45.70% from 255 or 18.62% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFE74 is #02018B. Grayscale: #EEEEEE. Windows color (decimal): -131468 or 7667453. OLE color: 7667453.
HSL color Cylindrical-coordinate representation of color #FDFE74: hue angle of 60.43º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDFE74 is Cyan = 0.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 116 | - |
| CMYK | 0.00 | 0 | 0.54 | 0.00 |
| HSL | 60.43º | 0.99% | 0.73% | - |
| HSV(B) | 60.43º | 0.54% | 1% | - |
| XYZ | 79.1 | 93.03 | 30.31 | - |
| YUV | 237.97 | 59.17 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 116 | 0.00 | 0 | 0.54 | 0.00 | 60.43 | 0.99 | 0.73 |
| Hex | FD | FE | 74 | 0 | 0 | 36 | 0 | 3C | 63 | 49 |
| Octal | 375 | 376 | 164 | 0 | 0 | 66 | 0 | 74 | 143 | 111 |
| Binary | 11111101 | 11111110 | 1110100 | 0 | 0 | 110110 | 0 | 111100 | 1100011 | 1001001 |
Color Harmonies of #FDFE74
Complementary color
Monochromatic Colors of #FDFE74
Black with #FDFE74
Text Example
Text Example
White with #FDFE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE74; }
p { color: rgb(253,254,116); }
H1.HeaderClassName
{
color: #FDFE74;
}
.AnyTagClassName
{
color: #FDFE74;
}
</style>
background-color css
<style>
a { background-color: #FDFE74; }
a { background-color: rgb(253,254,116); }
div.DivClassName
{
background-color: #FDFE74;
}
.BgClassName
{
background-color: #FDFE74;
}
</style>
border-color css
<style>
span { border-color: #FDFE74; }
span { border-color: rgb(253,254,116); }
td.TdClassName
{
border-color: #FDFE74;
}
.TagClassName
{
border-color: #FDFE74;
}
</style>