#F60B11

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

Shades of Torch Red #F60B11

Tints of Torch Red #F60B11

Color information

#F60B11 (or 0xF60B11) is unknown color: approx Torch Red. HEX triplet: F6, 0B and 11. RGB value is (246,11,17). Sum of RGB (Red+Green+Blue) = 246+11+17=274 (36% of max value = 765). Red value is 246 (96.48% from 255 or 89.78% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60B11 is #09F4EE. Grayscale: #525252. Windows color (decimal): -652527 or 1117174. OLE color: 1117174.

HSL color Cylindrical-coordinate representation of color #F60B11: hue angle of 358.47º 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 #F60B11 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB2461117-
CMYK00.960.930.04
HSL358.47º92.89%50.39%-
HSV(B)358.47º95.53%96.47%-
XYZ38.2319.872.35-
YUV81.9591.36245.01-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 89.78%
GREEN value IS 11 (4.69% from 255) = 4.01%
BLUE value IS 17 (7.03% from 255) = 6.20%
R=89.78%
G=4.01%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246111700.960.930.04358.4792.8950.39
HexF6B110605D41665d32
Octal36613210140135454613562
Binary111101101011100010110000010111011001011001101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60B11; }

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

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

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

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

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

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

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

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