Html Css Color HEX #F6072B Torch Red

📋 copy color: '#F6072B'

red 246 ◦ green 7 ◦ blue 43

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

Shades of Torch Red #F6072B

Tints of Torch Red #F6072B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.53%

R = 83.11%
G = 2.36%
B = 14.53%

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

#F6072B (or 0xF6072B) is known color: Torch Red. HEX triplet: F6, 07 and 2B. RGB value is (246,7,43). Sum of RGB (Red+Green+Blue) = 246+7+43=296 (39% of max value = 765). Red value is 246 (96.48% from 255 or 83.11% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 246 - color contains mainly: red. Hex color #F6072B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6072B is #09F8D4. Grayscale: #525252. Windows color (decimal): -653525 or 2820086. OLE color: 2820086.

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

Color convert

RGB 246 7 43 -
CMYK 0 0.97 0.83 0.04
HSL 350.96º 0.94% 0.5% -
HSV(B) 350.96º 0.97% 0.96% -
XYZ 38.52 19.92 4.1 -
YUV 82.57 105.68 244.57 -
System Red Green Blue C M Y K H S L
Decimal 246 7 43 0 0.97 0.83 0.04 350.96 0.94 0.5
Hex F6 7 2B 0 61 53 4 15F 5E 32
Octal 366 7 53 0 141 123 4 537 136 62
Binary 11110110 111 101011 0 1100001 1010011 100 101011111 1011110 110010

Color Harmonies of #F6072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6072B

Black with #F6072B

Text Example


Text Example

White with #F6072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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