Html Css Color HEX #F73632 Red Orange

📋 copy color: '#F73632'

red 247 ◦ green 54 ◦ blue 50

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

Shades of Red Orange #F73632

Tints of Red Orange #F73632

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.38%

 BLUE value IS 50 (19.92% from 255) = 14.25%

R = 70.37%
G = 15.38%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F73632 (or 0xF73632) is known color: Red Orange. HEX triplet: F7, 36 and 32. RGB value is (247,54,50). Sum of RGB (Red+Green+Blue) = 247+54+50=351 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.37% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 247 - color contains mainly: red. Hex color #F73632 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73632 is #08C9CD. Grayscale: #6F6F6F. Windows color (decimal): -575950 or 3290871. OLE color: 3290871.

HSL color Cylindrical-coordinate representation of color #F73632: hue angle of 1.22º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F73632 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 54 50 -
CMYK 0 0.78 0.80 0.03
HSL 1.22º 0.92% 0.58% -
HSV(B) 1.22º 0.8% 0.97% -
XYZ 40.25 22.64 5.27 -
YUV 111.25 93.44 224.83 -
System Red Green Blue C M Y K H S L
Decimal 247 54 50 0 0.78 0.80 0.03 1.22 0.92 0.58
Hex F7 36 32 0 4E 50 3 1 5C 3A
Octal 367 66 62 0 116 120 3 1 134 72
Binary 11110111 110110 110010 0 1001110 1010000 11 1 1011100 111010

Color Harmonies of #F73632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73632

Black with #F73632

Text Example


Text Example

White with #F73632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73632; }

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

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

background-color css

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

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

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

border-color css

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

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

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