#F60B10

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

Shades of Torch Red #F60B10

Tints of Torch Red #F60B10

Color information

#F60B10 (or 0xF60B10) is unknown color: approx Torch Red. HEX triplet: F6, 0B and 10. RGB value is (246,11,16). Sum of RGB (Red+Green+Blue) = 246+11+16=273 (36% of max value = 765). Red value is 246 (96.48% from 255 or 90.11% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60B10 is #09F4EF. Grayscale: #525252. Windows color (decimal): -652528 or 1051638. OLE color: 1051638.

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

Color convert

RGB2461116-
CMYK00.960.930.04
HSL358.72º92.89%50.39%-
HSV(B)358.72º95.53%96.47%-
XYZ38.2219.872.31-
YUV81.8390.86245.09-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 90.11%
GREEN value IS 11 (4.69% from 255) = 4.03%
BLUE value IS 16 (6.64% from 255) = 5.86%
R=90.11%
G=4.03%
B=5.86%

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
Decimal246111600.960.930.04358.7292.8950.39
HexF6B100605D41675d32
Octal36613200140135454713562
Binary111101101011100000110000010111011001011001111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60B10; }

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

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

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

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

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

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

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

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