Html Css Color HEX #F8322D Red Orange

📋 copy color: '#F8322D'

red 248 ◦ green 50 ◦ blue 45

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

Shades of Red Orange #F8322D

Tints of Red Orange #F8322D

RGB

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

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

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

R = 72.3%
G = 14.58%
B = 13.12%

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

#F8322D (or 0xF8322D) is known color: Red Orange. HEX triplet: F8, 32 and 2D. RGB value is (248,50,45). Sum of RGB (Red+Green+Blue) = 248+50+45=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F8322D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8322D is #07CDD2. Grayscale: #6C6C6C. Windows color (decimal): -511443 or 2962168. OLE color: 2962168.

HSL color Cylindrical-coordinate representation of color #F8322D: hue angle of 1.48º 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 #F8322D is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 50 45 -
CMYK 0 0.80 0.82 0.03
HSL 1.48º 0.94% 0.57% -
HSV(B) 1.48º 0.82% 0.97% -
XYZ 40.33 22.43 4.69 -
YUV 108.63 92.1 227.41 -
System Red Green Blue C M Y K H S L
Decimal 248 50 45 0 0.80 0.82 0.03 1.48 0.94 0.57
Hex F8 32 2D 0 50 52 3 1 5E 39
Octal 370 62 55 0 120 122 3 1 136 71
Binary 11111000 110010 101101 0 1010000 1010010 11 1 1011110 111001

Color Harmonies of #F8322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8322D

Black with #F8322D

Text Example


Text Example

White with #F8322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8322D; }

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

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

background-color css

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

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

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

border-color css

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

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

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