Shades of Laser Lemon #FFFD74
Tints of Laser Lemon #FFFD74
RGB
CMYK
RGB Variations
Color information
#FFFD74 (or 0xFFFD74) is known color: Laser Lemon. HEX triplet: FF, FD and 74. RGB value is (255,253,116). Sum of RGB (Red+Green+Blue) = 255+253+116=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 116 (45.70% from 255 or 18.59% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD74 is #00028B. Grayscale: #EEEEEE. Windows color (decimal): -652 or 7667199. OLE color: 7667199.
HSL color Cylindrical-coordinate representation of color #FFFD74: hue angle of 59.14º 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 #FFFD74 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 116 | - |
| CMYK | 0 | 0.01 | 0.55 | 0 |
| HSL | 59.14º | 1% | 0.73% | - |
| HSV(B) | 59.14º | 0.55% | 1% | - |
| XYZ | 79.52 | 92.77 | 30.24 | - |
| YUV | 237.98 | 59.16 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 116 | 0 | 0.01 | 0.55 | 0 | 59.14 | 1 | 0.73 |
| Hex | FF | FD | 74 | 0 | 1 | 37 | 0 | 3B | 64 | 49 |
| Octal | 377 | 375 | 164 | 0 | 1 | 67 | 0 | 73 | 144 | 111 |
| Binary | 11111111 | 11111101 | 1110100 | 0 | 1 | 110111 | 0 | 111011 | 1100100 | 1001001 |
Color Harmonies of #FFFD74
Complementary color
Monochromatic Colors of #FFFD74
Black with #FFFD74
Text Example
Text Example
White with #FFFD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD74; }
p { color: rgb(255,253,116); }
H1.HeaderClassName
{
color: #FFFD74;
}
.AnyTagClassName
{
color: #FFFD74;
}
</style>
background-color css
<style>
a { background-color: #FFFD74; }
a { background-color: rgb(255,253,116); }
div.DivClassName
{
background-color: #FFFD74;
}
.BgClassName
{
background-color: #FFFD74;
}
</style>
border-color css
<style>
span { border-color: #FFFD74; }
span { border-color: rgb(255,253,116); }
td.TdClassName
{
border-color: #FFFD74;
}
.TagClassName
{
border-color: #FFFD74;
}
</style>