Html Css Color HEX #F8322C Red Orange

📋 copy color: '#F8322C'

red 248 ◦ green 50 ◦ blue 44

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

Shades of Red Orange #F8322C

Tints of Red Orange #F8322C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.62%

 BLUE value IS 44 (17.58% from 255) = 12.87%

R = 72.51%
G = 14.62%
B = 12.87%

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

#F8322C (or 0xF8322C) is known color: Red Orange. HEX triplet: F8, 32 and 2C. RGB value is (248,50,44). Sum of RGB (Red+Green+Blue) = 248+50+44=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F8322C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8322C is #07CDD3. Grayscale: #6C6C6C. Windows color (decimal): -511444 or 2896632. OLE color: 2896632.

HSL color Cylindrical-coordinate representation of color #F8322C: 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.82%. Process color model (Four color, CMYK) of #F8322C is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 50 44 -
CMYK 0 0.80 0.82 0.03
HSL 1.76º 0.94% 0.57% -
HSV(B) 1.76º 0.82% 0.97% -
XYZ 40.31 22.42 4.59 -
YUV 108.52 91.6 227.49 -
System Red Green Blue C M Y K H S L
Decimal 248 50 44 0 0.80 0.82 0.03 1.76 0.94 0.57
Hex F8 32 2C 0 50 52 3 2 5E 39
Octal 370 62 54 0 120 122 3 2 136 71
Binary 11111000 110010 101100 0 1010000 1010010 11 10 1011110 111001

Color Harmonies of #F8322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8322C

Black with #F8322C

Text Example


Text Example

White with #F8322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8322C; }

 p { color: rgb(248,50,44); }

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

background-color css

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

 a { background-color: rgb(248,50,44); }

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

border-color css

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

 span { border-color: rgb(248,50,44); }

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