#F60B12

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

Shades of Torch Red #F60B12

Tints of Torch Red #F60B12

Color information

#F60B12 (or 0xF60B12) is unknown color: approx Torch Red. HEX triplet: F6, 0B and 12. RGB value is (246,11,18). Sum of RGB (Red+Green+Blue) = 246+11+18=275 (36% of max value = 765). Red value is 246 (96.48% from 255 or 89.45% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60B12 is #09F4ED. Grayscale: #525252. Windows color (decimal): -652526 or 1182710. OLE color: 1182710.

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

Color convert

RGB2461118-
CMYK00.960.930.04
HSL358.21º92.89%50.39%-
HSV(B)358.21º95.53%96.47%-
XYZ38.2319.882.39-
YUV82.0691.86244.93-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 89.45%
GREEN value IS 11 (4.69% from 255) = 4%
BLUE value IS 18 (7.42% from 255) = 6.55%
R=89.45%
G=4%
B=6.55%

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
Decimal246111800.960.930.04358.2192.8950.39
HexF6B120605D41665d32
Octal36613220140135454613562
Binary111101101011100100110000010111011001011001101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60B12; }

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

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

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

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

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

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

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

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