Html Css Color HEX #F7032A Torch Red

📋 copy color: '#F7032A'

red 247 ◦ green 3 ◦ blue 42

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

Shades of Torch Red #F7032A

Tints of Torch Red #F7032A

RGB

 RED value IS 247 (96.88% from 255) = 84.59%

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

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

R = 84.59%
G = 1.03%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7032A (or 0xF7032A) is known color: Torch Red. HEX triplet: F7, 03 and 2A. RGB value is (247,3,42). Sum of RGB (Red+Green+Blue) = 247+3+42=292 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.59% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 247 - color contains mainly: red. Hex color #F7032A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7032A is #08FCD5. Grayscale: #505050. Windows color (decimal): -589014 or 2753527. OLE color: 2753527.

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

Color convert

RGB 247 3 42 -
CMYK 0 0.99 0.83 0.03
HSL 350.41º 0.98% 0.49% -
HSV(B) 350.41º 0.99% 0.97% -
XYZ 38.81 20.01 4.01 -
YUV 80.4 106.34 246.83 -
System Red Green Blue C M Y K H S L
Decimal 247 3 42 0 0.99 0.83 0.03 350.41 0.98 0.49
Hex F7 3 2A 0 63 53 3 15E 62 31
Octal 367 3 52 0 143 123 3 536 142 61
Binary 11110111 11 101010 0 1100011 1010011 11 101011110 1100010 110001

Color Harmonies of #F7032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7032A

Black with #F7032A

Text Example


Text Example

White with #F7032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7032A; }

 p { color: rgb(247,3,42); }

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

background-color css

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

 a { background-color: rgb(247,3,42); }

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

border-color css

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

 span { border-color: rgb(247,3,42); }

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