Html Css Color HEX #F6032F Torch Red

📋 copy color: '#F6032F'

red 246 ◦ green 3 ◦ blue 47

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

Shades of Torch Red #F6032F

Tints of Torch Red #F6032F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

 BLUE value IS 47 (18.75% from 255) = 15.88%

R = 83.11%
G = 1.01%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F6032F (or 0xF6032F) is known color: Torch Red. HEX triplet: F6, 03 and 2F. RGB value is (246,3,47). Sum of RGB (Red+Green+Blue) = 246+3+47=296 (39% of max value = 765). Red value is 246 (96.48% from 255 or 83.11% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 246 - color contains mainly: red. Hex color #F6032F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6032F is #09FCD0. Grayscale: #505050. Windows color (decimal): -654545 or 3081206. OLE color: 3081206.

HSL color Cylindrical-coordinate representation of color #F6032F: hue angle of 349.14º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F6032F is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 3 47 -
CMYK 0 0.99 0.81 0.04
HSL 349.14º 0.98% 0.49% -
HSV(B) 349.14º 0.99% 0.96% -
XYZ 38.55 19.86 4.49 -
YUV 80.67 109.01 245.92 -
System Red Green Blue C M Y K H S L
Decimal 246 3 47 0 0.99 0.81 0.04 349.14 0.98 0.49
Hex F6 3 2F 0 63 51 4 15D 62 31
Octal 366 3 57 0 143 121 4 535 142 61
Binary 11110110 11 101111 0 1100011 1010001 100 101011101 1100010 110001

Color Harmonies of #F6032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6032F

Black with #F6032F

Text Example


Text Example

White with #F6032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6032F; }

 p { color: rgb(246,3,47); }

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

background-color css

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

 a { background-color: rgb(246,3,47); }

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

border-color css

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

 span { border-color: rgb(246,3,47); }

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