Html Css Color HEX #FA073F Torch Red

📋 copy color: '#FA073F'

red 250 ◦ green 7 ◦ blue 63

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

Shades of Torch Red #FA073F

Tints of Torch Red #FA073F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.69%

R = 78.13%
G = 2.19%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA073F (or 0xFA073F) is known color: Torch Red. HEX triplet: FA, 07 and 3F. RGB value is (250,7,63). Sum of RGB (Red+Green+Blue) = 250+7+63=320 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.12% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 250 - color contains mainly: red. Hex color #FA073F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA073F is #05F8C0. Grayscale: #565656. Windows color (decimal): -391361 or 4130810. OLE color: 4130810.

HSL color Cylindrical-coordinate representation of color #FA073F: hue angle of 346.17º 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 #FA073F is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 7 63 -
CMYK 0 0.97 0.75 0.02
HSL 346.17º 0.96% 0.5% -
HSV(B) 346.17º 0.97% 0.98% -
XYZ 40.4 20.83 6.59 -
YUV 86.04 115.01 244.95 -
System Red Green Blue C M Y K H S L
Decimal 250 7 63 0 0.97 0.75 0.02 346.17 0.96 0.5
Hex FA 7 3F 0 61 4B 2 15A 60 32
Octal 372 7 77 0 141 113 2 532 140 62
Binary 11111010 111 111111 0 1100001 1001011 10 101011010 1100000 110010

Color Harmonies of #FA073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA073F

Black with #FA073F

Text Example


Text Example

White with #FA073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA073F; }

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

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

background-color css

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

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

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

border-color css

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

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

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