#FA0F20

Color #FA0F20 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FA0F20

Tints of Torch Red #FA0F20

Color information

#FA0F20 (or 0xFA0F20) is unknown color: approx Torch Red. HEX triplet: FA, 0F and 20. RGB value is (250,15,32). Sum of RGB (Red+Green+Blue) = 250+15+32=297 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.18% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0F20 is #05F0DF. Grayscale: #575757. Windows color (decimal): -389344 or 2101242. OLE color: 2101242.

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

Color convert

RGB2501532-
CMYK00.940.870.02
HSL355.66º95.92%51.96%-
HSV(B)355.66º94%98.04%-
XYZ39.8620.773.27-
YUV87.296.86244.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 84.18%
GREEN value IS 15 (6.25% from 255) = 5.05%
BLUE value IS 32 (12.89% from 255) = 10.77%
R=84.18%
G=5.05%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250153200.940.870.02355.6695.9251.96
HexFAF2005E5721646034
Octal37217400136127254414064
Binary111110101111100000010111101010111101011001001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0F20; }

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

 H1.HeaderClassName
 {
   color: #FA0F20;
 }
 .AnyTagClassName
 {
   color: #FA0F20;
 }
</style>
background-color css

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

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

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

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

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

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