#F6092A

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

Shades of Torch Red #F6092A

Tints of Torch Red #F6092A

Color information

#F6092A (or 0xF6092A) is unknown color: approx Torch Red. HEX triplet: F6, 09 and 2A. RGB value is (246,9,42). Sum of RGB (Red+Green+Blue) = 246+9+42=297 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.83% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 246 - color contains mainly: red. Hex color #F6092A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6092A is #09F6D5. Grayscale: #535353. Windows color (decimal): -653014 or 2755062. OLE color: 2755062.

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

Color convert

RGB246942-
CMYK00.960.830.04
HSL351.65º92.94%50%-
HSV(B)351.65º96.34%96.47%-
XYZ38.5219.964.01-
YUV83.62104.52243.82-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 82.83%
GREEN value IS 9 (3.91% from 255) = 3.03%
BLUE value IS 42 (16.80% from 255) = 14.14%
R=82.83%
G=3.03%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24694200.960.830.04351.6592.9450
HexF692A0605341605d32
Octal36611520140123454013562
Binary1111011010011010100110000010100111001011000001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6092A; }

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

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

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

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

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

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

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

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