#F60826

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

Shades of Torch Red #F60826

Tints of Torch Red #F60826

Color information

#F60826 (or 0xF60826) is unknown color: approx Torch Red. HEX triplet: F6, 08 and 26. RGB value is (246,8,38). Sum of RGB (Red+Green+Blue) = 246+8+38=292 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.25% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 246 - color contains mainly: red. Hex color #F60826 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60826 is #09F7D9. Grayscale: #525252. Windows color (decimal): -653274 or 2492662. OLE color: 2492662.

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

Color convert

RGB246838-
CMYK00.970.850.04
HSL352.44º93.7%49.8%-
HSV(B)352.44º96.75%96.47%-
XYZ38.4419.913.65-
YUV82.58102.85244.56-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 84.25%
GREEN value IS 8 (3.52% from 255) = 2.74%
BLUE value IS 38 (15.23% from 255) = 13.01%
R=84.25%
G=2.74%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24683800.970.850.04352.4493.749.8
HexF68260615541605e32
Octal36610460141125454013662
Binary1111011010001001100110000110101011001011000001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60826; }

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

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

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

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

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

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

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

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