Shades of Laser Lemon #FDF666
Tints of Laser Lemon #FDF666
RGB
CMYK
RGB Variations
Color information
#FDF666 (or 0xFDF666) is known color: Laser Lemon. HEX triplet: FD, F6 and 66. RGB value is (253,246,102). Sum of RGB (Red+Green+Blue) = 253+246+102=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 246 (96.48% from 255 or 40.93% from 601); Blue value is 102 (40.23% from 255 or 16.97% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF666 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF666 is #020999. Grayscale: #E8E8E8. Windows color (decimal): -133530 or 6747901. OLE color: 6747901.
HSL color Cylindrical-coordinate representation of color #FDF666: hue angle of 57.22º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDF666 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 102 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.01 |
| HSL | 57.22º | 0.97% | 0.7% | - |
| HSV(B) | 57.22º | 0.6% | 0.99% | - |
| XYZ | 75.86 | 87.75 | 25.51 | - |
| YUV | 231.68 | 54.82 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 102 | 0 | 0.03 | 0.60 | 0.01 | 57.22 | 0.97 | 0.7 |
| Hex | FD | F6 | 66 | 0 | 3 | 3C | 1 | 39 | 61 | 46 |
| Octal | 375 | 366 | 146 | 0 | 3 | 74 | 1 | 71 | 141 | 106 |
| Binary | 11111101 | 11110110 | 1100110 | 0 | 11 | 111100 | 1 | 111001 | 1100001 | 1000110 |
Color Harmonies of #FDF666
Complementary color
Monochromatic Colors of #FDF666
Black with #FDF666
Text Example
Text Example
White with #FDF666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF666; }
p { color: rgb(253,246,102); }
H1.HeaderClassName
{
color: #FDF666;
}
.AnyTagClassName
{
color: #FDF666;
}
</style>
background-color css
<style>
a { background-color: #FDF666; }
a { background-color: rgb(253,246,102); }
div.DivClassName
{
background-color: #FDF666;
}
.BgClassName
{
background-color: #FDF666;
}
</style>
border-color css
<style>
span { border-color: #FDF666; }
span { border-color: rgb(253,246,102); }
td.TdClassName
{
border-color: #FDF666;
}
.TagClassName
{
border-color: #FDF666;
}
</style>