Html Css Color HEX #FA0620 Torch Red

📋 copy color: '#FA0620'

red 250 ◦ green 6 ◦ blue 32

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

Shades of Torch Red #FA0620

Tints of Torch Red #FA0620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

 BLUE value IS 32 (12.89% from 255) = 11.11%

R = 86.81%
G = 2.08%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA0620 (or 0xFA0620) is known color: Torch Red. HEX triplet: FA, 06 and 20. RGB value is (250,6,32). Sum of RGB (Red+Green+Blue) = 250+6+32=288 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.81% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0620 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0620 is #05F9DF. Grayscale: #525252. Windows color (decimal): -391648 or 2098938. OLE color: 2098938.

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

Color convert

RGB 250 6 32 -
CMYK 0 0.98 0.87 0.02
HSL 353.61º 0.96% 0.5% -
HSV(B) 353.61º 0.98% 0.98% -
XYZ 39.75 20.56 3.24 -
YUV 81.92 99.84 247.89 -
System Red Green Blue C M Y K H S L
Decimal 250 6 32 0 0.98 0.87 0.02 353.61 0.96 0.5
Hex FA 6 20 0 62 57 2 162 60 32
Octal 372 6 40 0 142 127 2 542 140 62
Binary 11111010 110 100000 0 1100010 1010111 10 101100010 1100000 110010

Color Harmonies of #FA0620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0620

Black with #FA0620

Text Example


Text Example

White with #FA0620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0620; }

 p { color: rgb(250,6,32); }

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

background-color css

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

 a { background-color: rgb(250,6,32); }

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

border-color css

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

 span { border-color: rgb(250,6,32); }

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