79

My car's license plate:

Comments
  • 8
    Should have matched car color code
  • 0
    @dedcde it is that the license plate has blue in the left and FF255 corresponds to RGB, right?

    It took me a while to get it as well @Kimmax (assuming I'm right), don't feel too bad :P
  • 1
    FF = 255.

    Or so I believe.

    Since FF is 8 bit and the maximum value (2 ^ 8) - 1 = 255.
  • 4
    @dedcde still not getting it lol, FF 255 would correspond to 255 255 0, if omitting 0 is allowed, would neither be white, black or blue?
    (also sorry for reporting your comment, I miss tipped to fast :( )
  • 1
    @Kimmax

    FF in hex == 255 in dezimal
  • 1
    @Kimmax @NathanDoesDev
    Thats a nice idea I never thought about.

    The statement is simpler:
    FF=1111 1111
    255=1111 1111

    "All bits are set here"

    Its great to meet people who understand the code. Non-Devs here (in Germany) usually think that i am member of the "Freiwillige Feuerwehr" (volunteer fire department) or my birthday is May. 25th...
  • 4
    @DivByZero I can code and understand hex too, but I somehow manged to only know RGB Hex codes?
    RGB needs 3 values, one for each color each, to set the Brightness from 0-255, in what number system is irrelevant, right?

    In that case we have to numbers, so we miss either the R or B value.

    Maybe I'm just dumb right now haha
    Explain senpai
  • 0
    @Kimmax this has nothing to do with colours :) hex 0xff == 255
  • 4
    @OMGtechy oh. So i was just thinking ahead. Yep this happens way to often to me..
  • 0
    I would buy your car just for that. Too bad I don't live in Germany...
  • 2
    Firefox v255 is just around the corner.
Add Comment