#F6071A

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

Shades of Torch Red #F6071A

Tints of Torch Red #F6071A

Color information

#F6071A (or 0xF6071A) is unknown color: approx Torch Red. HEX triplet: F6, 07 and 1A. RGB value is (246,7,26). Sum of RGB (Red+Green+Blue) = 246+7+26=279 (36% of max value = 765). Red value is 246 (96.48% from 255 or 88.17% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 246 - color contains mainly: red. Hex color #F6071A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6071A is #09F8E5. Grayscale: #505050. Windows color (decimal): -653542 or 1705974. OLE color: 1705974.

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

Color convert

RGB246726-
CMYK00.970.890.04
HSL355.23º94.47%49.61%-
HSV(B)355.23º97.15%96.47%-
XYZ38.2719.822.79-
YUV80.6397.18245.96-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 88.17%
GREEN value IS 7 (3.12% from 255) = 2.51%
BLUE value IS 26 (10.55% from 255) = 9.32%
R=88.17%
G=2.51%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24672600.970.890.04355.2394.4749.61
HexF671A0615941635e32
Octal3667320141131454313662
Binary11110110111110100110000110110011001011000111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6071A; }

 p { color: rgb(246,7,26); }

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

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

 a { background-color: rgb(246,7,26); }

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

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

 span { border-color: rgb(246,7,26); }

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