Html Css Color HEX #F7322D Red Orange

📋 copy color: '#F7322D'

red 247 ◦ green 50 ◦ blue 45

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

Shades of Red Orange #F7322D

Tints of Red Orange #F7322D

RGB

 RED value IS 247 (96.88% from 255) = 72.22%

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

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

R = 72.22%
G = 14.62%
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

#F7322D (or 0xF7322D) is known color: Red Orange. HEX triplet: F7, 32 and 2D. RGB value is (247,50,45). Sum of RGB (Red+Green+Blue) = 247+50+45=342 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.22% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 247 - color contains mainly: red. Hex color #F7322D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7322D is #08CDD2. Grayscale: #6C6C6C. Windows color (decimal): -576979 or 2962167. OLE color: 2962167.

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

Color convert

RGB 247 50 45 -
CMYK 0 0.80 0.82 0.03
HSL 1.49º 0.93% 0.57% -
HSV(B) 1.49º 0.82% 0.97% -
XYZ 39.97 22.24 4.67 -
YUV 108.33 92.27 226.91 -
System Red Green Blue C M Y K H S L
Decimal 247 50 45 0 0.80 0.82 0.03 1.49 0.93 0.57
Hex F7 32 2D 0 50 52 3 1 5D 39
Octal 367 62 55 0 120 122 3 1 135 71
Binary 11110111 110010 101101 0 1010000 1010010 11 1 1011101 111001

Color Harmonies of #F7322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7322D

Black with #F7322D

Text Example


Text Example

White with #F7322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7322D; }

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

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

background-color css

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

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

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

border-color css

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

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

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