Html Css Color HEX #F6032B Torch Red

📋 copy color: '#F6032B'

red 246 ◦ green 3 ◦ blue 43

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

Shades of Torch Red #F6032B

Tints of Torch Red #F6032B

RGB

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

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

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

R = 84.25%
G = 1.03%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F6032B (or 0xF6032B) is known color: Torch Red. HEX triplet: F6, 03 and 2B. RGB value is (246,3,43). Sum of RGB (Red+Green+Blue) = 246+3+43=292 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.25% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 246 - color contains mainly: red. Hex color #F6032B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6032B is #09FCD4. Grayscale: #505050. Windows color (decimal): -654549 or 2819062. OLE color: 2819062.

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

Color convert

RGB 246 3 43 -
CMYK 0 0.99 0.83 0.04
HSL 350.12º 0.98% 0.49% -
HSV(B) 350.12º 0.99% 0.96% -
XYZ 38.47 19.83 4.09 -
YUV 80.22 107.01 246.25 -
System Red Green Blue C M Y K H S L
Decimal 246 3 43 0 0.99 0.83 0.04 350.12 0.98 0.49
Hex F6 3 2B 0 63 53 4 15E 62 31
Octal 366 3 53 0 143 123 4 536 142 61
Binary 11110110 11 101011 0 1100011 1010011 100 101011110 1100010 110001

Color Harmonies of #F6032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6032B

Black with #F6032B

Text Example


Text Example

White with #F6032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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