Shades of Laser Lemon #FFFD69
Tints of Laser Lemon #FFFD69
RGB
CMYK
RGB Variations
Color information
#FFFD69 (or 0xFFFD69) is known color: Laser Lemon. HEX triplet: FF, FD and 69. RGB value is (255,253,105). Sum of RGB (Red+Green+Blue) = 255+253+105=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 105 (41.41% from 255 or 17.13% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD69 is #000296. Grayscale: #EDEDED. Windows color (decimal): -663 or 6946303. OLE color: 6946303.
HSL color Cylindrical-coordinate representation of color #FFFD69: hue angle of 59.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFFD69 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 105 | - |
| CMYK | 0 | 0.01 | 0.59 | 0 |
| HSL | 59.2º | 1% | 0.71% | - |
| HSV(B) | 59.2º | 0.59% | 1% | - |
| XYZ | 78.92 | 92.53 | 27.07 | - |
| YUV | 236.73 | 53.66 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 105 | 0 | 0.01 | 0.59 | 0 | 59.2 | 1 | 0.71 |
| Hex | FF | FD | 69 | 0 | 1 | 3B | 0 | 3B | 64 | 47 |
| Octal | 377 | 375 | 151 | 0 | 1 | 73 | 0 | 73 | 144 | 107 |
| Binary | 11111111 | 11111101 | 1101001 | 0 | 1 | 111011 | 0 | 111011 | 1100100 | 1000111 |
Color Harmonies of #FFFD69
Complementary color
Monochromatic Colors of #FFFD69
Black with #FFFD69
Text Example
Text Example
White with #FFFD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD69; }
p { color: rgb(255,253,105); }
H1.HeaderClassName
{
color: #FFFD69;
}
.AnyTagClassName
{
color: #FFFD69;
}
</style>
background-color css
<style>
a { background-color: #FFFD69; }
a { background-color: rgb(255,253,105); }
div.DivClassName
{
background-color: #FFFD69;
}
.BgClassName
{
background-color: #FFFD69;
}
</style>
border-color css
<style>
span { border-color: #FFFD69; }
span { border-color: rgb(255,253,105); }
td.TdClassName
{
border-color: #FFFD69;
}
.TagClassName
{
border-color: #FFFD69;
}
</style>