Good people:
I picked a color for use with code directly using Lzarus and it was this color numba:
$00C4FFFF
This shows a yellow color, like post-it notes.
Now I tried to use a lighter yellow and using the web, picked a yellow color. I place it in the code and I get a light sky blue.
Now, I put the $00C4FFFF in a web app that generates color from hex number and I get a bluish color in the same vecinity, turquoise like.
I now got doubts on what's going on. Of course if I use only Lazarus numbers withing Lazarus all is OK.
But those numbers are not valid outside, or are offset? I thought HEX numbered colors were standard.
NOW I got this yellow number from Lazarus:
D9FFFF
and in the webpage generator this gives me a light turquoise again. As if the light cyan or turquoise and yellows are exchanged?
Thanks for any replies.