#F60922

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

Shades of Torch Red #F60922

Tints of Torch Red #F60922

Color information

#F60922 (or 0xF60922) is unknown color: approx Torch Red. HEX triplet: F6, 09 and 22. RGB value is (246,9,34). Sum of RGB (Red+Green+Blue) = 246+9+34=289 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.12% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 246 - color contains mainly: red. Hex color #F60922 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60922 is #09F6DD. Grayscale: #525252. Windows color (decimal): -653022 or 2230774. OLE color: 2230774.

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

Color convert

RGB246934-
CMYK00.960.860.04
HSL353.67º92.94%50%-
HSV(B)353.67º96.34%96.47%-
XYZ38.3919.93.33-
YUV82.71100.52244.47-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 85.12%
GREEN value IS 9 (3.91% from 255) = 3.11%
BLUE value IS 34 (13.67% from 255) = 11.76%
R=85.12%
G=3.11%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24693400.960.860.04353.6792.9450
HexF69220605641625d32
Octal36611420140126454213562
Binary1111011010011000100110000010101101001011000101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60922; }

 p { color: rgb(246,9,34); }

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

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

 a { background-color: rgb(246,9,34); }

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

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

 span { border-color: rgb(246,9,34); }

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