Any kind of compassionate thoughts can't be expressed through words, but it appears on their facial expression. So, the facial expression reveals the emotions of individuals. The recognition of such emotions can be understood correctly or sometimes ambiguously from the opponent. Hence, there is a scope for automatic facial expression recognition (FER) in the context of image processing. The FER system has three different phases: face detection, feature extraction and expression classification. In face detection phase, Viola Jones face detector is used to crop the original image such that only the face region is retained by removing the unwanted region. In feature extraction stage, High-order Joint Derivative Local Binary Pattern (HJDLBP) and Local Binary Pattern (LBP) histogram algorithms are used for extracting features from the cropped image. In last stage, Support Vector machine (SVM) classifier is used in finding the precise facial expression.CK+ dataset has been used for training and testing, which consist of 442 image samples. We have considered six different universal possible expressions such as, happy, anger, disgust, fear, surprised, and sad for identification. The experimental results indicate that the overall accuracy of the proposed system was 74.8%, which is high compare to the results available in literature.