Html Css Color HEX #FA073C Torch Red

📋 copy color: '#FA073C'

red 250 ◦ green 7 ◦ blue 60

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

Shades of Torch Red #FA073C

Tints of Torch Red #FA073C

RGB

 RED value IS 250 (98.05% from 255) = 78.86%

 GREEN value IS 7 (3.13% from 255) = 2.21%

 BLUE value IS 60 (23.83% from 255) = 18.93%

R = 78.86%
G = 2.21%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA073C (or 0xFA073C) is known color: Torch Red. HEX triplet: FA, 07 and 3C. RGB value is (250,7,60). Sum of RGB (Red+Green+Blue) = 250+7+60=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA073C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA073C is #05F8C3. Grayscale: #555555. Windows color (decimal): -391364 or 3934202. OLE color: 3934202.

HSL color Cylindrical-coordinate representation of color #FA073C: hue angle of 346.91º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA073C is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 7 60 -
CMYK 0 0.97 0.76 0.02
HSL 346.91º 0.96% 0.5% -
HSV(B) 346.91º 0.97% 0.98% -
XYZ 40.32 20.8 6.17 -
YUV 85.7 113.51 245.19 -
System Red Green Blue C M Y K H S L
Decimal 250 7 60 0 0.97 0.76 0.02 346.91 0.96 0.5
Hex FA 7 3C 0 61 4C 2 15B 60 32
Octal 372 7 74 0 141 114 2 533 140 62
Binary 11111010 111 111100 0 1100001 1001100 10 101011011 1100000 110010

Color Harmonies of #FA073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA073C

Black with #FA073C

Text Example


Text Example

White with #FA073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA073C; }

 p { color: rgb(250,7,60); }

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

background-color css

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

 a { background-color: rgb(250,7,60); }

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

border-color css

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

 span { border-color: rgb(250,7,60); }

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