#F6081C

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

Shades of Torch Red #F6081C

Tints of Torch Red #F6081C

Color information

#F6081C (or 0xF6081C) is unknown color: approx Torch Red. HEX triplet: F6, 08 and 1C. RGB value is (246,8,28). Sum of RGB (Red+Green+Blue) = 246+8+28=282 (37% of max value = 765). Red value is 246 (96.48% from 255 or 87.23% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 246 - color contains mainly: red. Hex color #F6081C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6081C is #09F7E3. Grayscale: #515151. Windows color (decimal): -653284 or 1837302. OLE color: 1837302.

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

Color convert

RGB246828-
CMYK00.970.890.04
HSL354.96º93.7%49.8%-
HSV(B)354.96º96.75%96.47%-
XYZ38.319.852.91-
YUV81.4497.85245.37-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 87.23%
GREEN value IS 8 (3.52% from 255) = 2.84%
BLUE value IS 28 (11.33% from 255) = 9.93%
R=87.23%
G=2.84%
B=9.93%

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
Decimal24682800.970.890.04354.9693.749.8
HexF681C0615941635e32
Octal36610340141131454313662
Binary111101101000111000110000110110011001011000111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6081C; }

 p { color: rgb(246,8,28); }

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

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

 a { background-color: rgb(246,8,28); }

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

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

 span { border-color: rgb(246,8,28); }

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