Remembering HTTP Status Codes is bit Difficult to remember because there are Lots of Codes and they are very difficult to remember. GirlieMac, aka Tomomi Imura have won the internet with her deftly conceived and Photoshopped series of HTTP status message. After watching these Pictures you will definitely remember some of the HTTP Codes because I learnt these codes from here Only.
You can get the Full List from Flickr .
Here are those Codes and basic means of Each Codes-
100 Continue

101 Switching Protocol

200 OK

201 Created

202 Accepted

204 No Content

207 Multi-Status

300 Multiple Choice

301 Moved Permanently

302 Found

303 See Other

304 Not Modified

305 Use Proxy

Many HTTP clients do not correctly handle responses with this status code, primarily for security reasons.
307 Temporary Redirect

400 Bad Request

401 Unauthorized

402 Payment Required

Reserved for future use. This code is generally not used, but the original intention was it can be used for some form of Digital Cash.
403 Forbidden

The request was a valid request, but the server is refusing to respond to it.
404 Not Found

The requested resource could not be found but may be available again in the future.
405 Method Not Allowed

A request was made of a resource using a request method not supported by that resource.
406 Not Acceptable

The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request.
.
408 Request Timeout

The server timed out waiting for the request.
409 Conflict

Indicates that the request could not be processed because of conflict in the request.
410 Gone

Indicates that the resource requested is no longer available and will not be available again.
411 Length Required

The request did not specify the length of its content, which is required by the requested resource.
413 Request Entity too Large

The request is larger than the server is willing or able to process.
414 Request-URI Too Long

The URI provided was too long for the server to process.
416 Requested Range Not Satisfiable

The client has asked for a portion of the file, but the server cannot supply that portion.
417 Expectation Failed

The server cannot meet the requirements of the Expect request-header field.
418 I’m a teapot

This code is not expected to be implemented by actual HTTP servers.
422 Unprocessable Entity

The request was well-formed but was unable to be followed due to semantic errors.
423 Locked

The resource that is being accessed is locked.
424 Failed Dependency

The request failed due to failure of a previous request.
425 Unordered Collection

Defined in drafts of “WebDAV Advanced Collections Protocol”.
426 Upgrade Required

The client should switch to a different protocol.
429 Too Many Requests

The user has sent too many requests in a given amount of time.
431 Request Header Fields Too Large

The server is unwilling to process the request because either an individual header field, or all the header fields collectively, are too large.
444 No Response

Used in Nginx logs to indicate that the server has returned no information to the client and closed the connection.
450 Blocked by Windows Parental Controls

A Microsoft extension.
500 Internal Server Error

A generic error message, given when no more specific message is suitable.
502 Bad Gateway

The server was acting as a gateway or proxy and received an invalid response from the upstream server.
503 Service Unavailable

The server is currently unavailable.
506 Variant Also Negotiates

Transparent content negotiation for the request results in a circular reference.
507 Insufficient Storage

The server is unable to store the representation needed to complete the request.
508 Loop Detected

The server detected an infinite loop while processing the request.
509 Bandwidth Limit Exceeded

This status code, while used by many servers, is not specified in any RFCs.
599 Network connect timeout error

This status code is not specified in any RFCs, but is used by Microsoft Corp.
Thanks.. Hope you Enjoy.. 🙂