Html Css Color HEX #F6072A Torch Red

📋 copy color: '#F6072A'

red 246 ◦ green 7 ◦ blue 42

#F6072A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #F6072A

Tints of Torch Red #F6072A

RGB

 RED value IS 246 (96.48% from 255) = 83.39%

 GREEN value IS 7 (3.13% from 255) = 2.37%

 BLUE value IS 42 (16.8% from 255) = 14.24%

R = 83.39%
G = 2.37%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F6072A (or 0xF6072A) is known color: Torch Red. HEX triplet: F6, 07 and 2A. RGB value is (246,7,42). Sum of RGB (Red+Green+Blue) = 246+7+42=295 (39% of max value = 765). Red value is 246 (96.48% from 255 or 83.39% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 246 - color contains mainly: red. Hex color #F6072A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6072A is #09F8D5. Grayscale: #525252. Windows color (decimal): -653526 or 2754550. OLE color: 2754550.

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

Color convert

RGB 246 7 42 -
CMYK 0 0.97 0.83 0.04
HSL 351.21º 0.94% 0.5% -
HSV(B) 351.21º 0.97% 0.96% -
XYZ 38.5 19.91 4 -
YUV 82.45 105.18 244.65 -
System Red Green Blue C M Y K H S L
Decimal 246 7 42 0 0.97 0.83 0.04 351.21 0.94 0.5
Hex F6 7 2A 0 61 53 4 15F 5E 32
Octal 366 7 52 0 141 123 4 537 136 62
Binary 11110110 111 101010 0 1100001 1010011 100 101011111 1011110 110010

Color Harmonies of #F6072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6072A

Black with #F6072A

Text Example


Text Example

White with #F6072A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6072A; }

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

 H1.HeaderClassName
 {
   color: #F6072A;
 }
 .AnyTagClassName
 {
   color: #F6072A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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