Html Css Color HEX #F6072C Torch Red

📋 copy color: '#F6072C'

red 246 ◦ green 7 ◦ blue 44

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

Shades of Torch Red #F6072C

Tints of Torch Red #F6072C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.81%

R = 82.83%
G = 2.36%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F6072C (or 0xF6072C) is known color: Torch Red. HEX triplet: F6, 07 and 2C. RGB value is (246,7,44). Sum of RGB (Red+Green+Blue) = 246+7+44=297 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.83% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 246 - color contains mainly: red. Hex color #F6072C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6072C is #09F8D3. Grayscale: #525252. Windows color (decimal): -653524 or 2885622. OLE color: 2885622.

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

Color convert

RGB 246 7 44 -
CMYK 0 0.97 0.82 0.04
HSL 350.71º 0.94% 0.5% -
HSV(B) 350.71º 0.97% 0.96% -
XYZ 38.54 19.93 4.2 -
YUV 82.68 106.18 244.49 -
System Red Green Blue C M Y K H S L
Decimal 246 7 44 0 0.97 0.82 0.04 350.71 0.94 0.5
Hex F6 7 2C 0 61 52 4 15F 5E 32
Octal 366 7 54 0 141 122 4 537 136 62
Binary 11110110 111 101100 0 1100001 1010010 100 101011111 1011110 110010

Color Harmonies of #F6072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6072C

Black with #F6072C

Text Example


Text Example

White with #F6072C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6072C; }

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

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

background-color css

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

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

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

border-color css

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

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

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