#F60B1A

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

Shades of Torch Red #F60B1A

Tints of Torch Red #F60B1A

Color information

#F60B1A (or 0xF60B1A) is unknown color: approx Torch Red. HEX triplet: F6, 0B and 1A. RGB value is (246,11,26). Sum of RGB (Red+Green+Blue) = 246+11+26=283 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.93% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B1A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60B1A is #09F4E5. Grayscale: #535353. Windows color (decimal): -652518 or 1706998. OLE color: 1706998.

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

Color convert

RGB2461126-
CMYK00.960.890.04
HSL356.17º92.89%50.39%-
HSV(B)356.17º95.53%96.47%-
XYZ38.3119.912.8-
YUV82.9895.86244.28-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 86.93%
GREEN value IS 11 (4.69% from 255) = 3.89%
BLUE value IS 26 (10.55% from 255) = 9.19%
R=86.93%
G=3.89%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246112600.960.890.04356.1792.8950.39
HexF6B1A0605941645d32
Octal36613320140131454413562
Binary111101101011110100110000010110011001011001001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60B1A; }

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

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

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

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

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

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

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

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