Html Css Color HEX #F8312B Red Orange

📋 copy color: '#F8312B'

red 248 ◦ green 49 ◦ blue 43

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

Shades of Red Orange #F8312B

Tints of Red Orange #F8312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.65%

R = 72.94%
G = 14.41%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F8312B (or 0xF8312B) is known color: Red Orange. HEX triplet: F8, 31 and 2B. RGB value is (248,49,43). Sum of RGB (Red+Green+Blue) = 248+49+43=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F8312B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8312B is #07CED4. Grayscale: #6C6C6C. Windows color (decimal): -511701 or 2830840. OLE color: 2830840.

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

Color convert

RGB 248 49 43 -
CMYK 0 0.80 0.83 0.03
HSL 1.76º 0.94% 0.57% -
HSV(B) 1.76º 0.83% 0.97% -
XYZ 40.25 22.33 4.47 -
YUV 107.82 91.43 227.99 -
System Red Green Blue C M Y K H S L
Decimal 248 49 43 0 0.80 0.83 0.03 1.76 0.94 0.57
Hex F8 31 2B 0 50 53 3 2 5E 39
Octal 370 61 53 0 120 123 3 2 136 71
Binary 11111000 110001 101011 0 1010000 1010011 11 10 1011110 111001

Color Harmonies of #F8312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8312B

Black with #F8312B

Text Example


Text Example

White with #F8312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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