Html Css Color HEX #F8312D Red Orange

📋 copy color: '#F8312D'

red 248 ◦ green 49 ◦ blue 45

#F8312D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Orange #F8312D

Tints of Red Orange #F8312D

RGB

 RED value IS 248 (97.27% from 255) = 72.51%

 GREEN value IS 49 (19.53% from 255) = 14.33%

 BLUE value IS 45 (17.97% from 255) = 13.16%

R = 72.51%
G = 14.33%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F8312D (or 0xF8312D) is known color: Red Orange. HEX triplet: F8, 31 and 2D. RGB value is (248,49,45). Sum of RGB (Red+Green+Blue) = 248+49+45=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F8312D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8312D is #07CED2. Grayscale: #6C6C6C. Windows color (decimal): -511699 or 2961912. OLE color: 2961912.

HSL color Cylindrical-coordinate representation of color #F8312D: hue angle of 1.18º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F8312D is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 49 45 -
CMYK 0 0.80 0.82 0.03
HSL 1.18º 0.94% 0.57% -
HSV(B) 1.18º 0.82% 0.97% -
XYZ 40.28 22.34 4.67 -
YUV 108.05 92.43 227.83 -
System Red Green Blue C M Y K H S L
Decimal 248 49 45 0 0.80 0.82 0.03 1.18 0.94 0.57
Hex F8 31 2D 0 50 52 3 1 5E 39
Octal 370 61 55 0 120 122 3 1 136 71
Binary 11111000 110001 101101 0 1010000 1010010 11 1 1011110 111001

Color Harmonies of #F8312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8312D

Black with #F8312D

Text Example


Text Example

White with #F8312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8312D; }

 p { color: rgb(248,49,45); }

 H1.HeaderClassName
 {
   color: #F8312D;
 }
 .AnyTagClassName
 {
   color: #F8312D;
 }
</style>

background-color css

<style>
 a { background-color: #F8312D; }

 a { background-color: rgb(248,49,45); }

 div.DivClassName
 {
   background-color: #F8312D;
 }
 .BgClassName
 {
   background-color: #F8312D;
 }
</style>

border-color css

<style>
 span { border-color: #F8312D; }

 span { border-color: rgb(248,49,45); }

 td.TdClassName
 {
   border-color: #F8312D;
 }
 .TagClassName
 {
   border-color: #F8312D;
 }
</style>