Html Css Color HEX #F8311B Red Orange

📋 copy color: '#F8311B'

red 248 ◦ green 49 ◦ blue 27

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

Shades of Red Orange #F8311B

Tints of Red Orange #F8311B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.33%

R = 76.54%
G = 15.12%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8311B (or 0xF8311B) is known color: Red Orange. HEX triplet: F8, 31 and 1B. RGB value is (248,49,27). Sum of RGB (Red+Green+Blue) = 248+49+27=324 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.54% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 248 - color contains mainly: red. Hex color #F8311B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8311B is #07CEE4. Grayscale: #6A6A6A. Windows color (decimal): -511717 or 1782264. OLE color: 1782264.

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

Color convert

RGB 248 49 27 -
CMYK 0 0.80 0.89 0.03
HSL 5.97º 0.94% 0.54% -
HSV(B) 5.97º 0.89% 0.97% -
XYZ 40.01 22.23 3.22 -
YUV 105.99 83.43 229.29 -
System Red Green Blue C M Y K H S L
Decimal 248 49 27 0 0.80 0.89 0.03 5.97 0.94 0.54
Hex F8 31 1B 0 50 59 3 6 5E 36
Octal 370 61 33 0 120 131 3 6 136 66
Binary 11111000 110001 11011 0 1010000 1011001 11 110 1011110 110110

Color Harmonies of #F8311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8311B

Black with #F8311B

Text Example


Text Example

White with #F8311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8311B; }

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

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

background-color css

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

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

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

border-color css

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

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

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