Html Css Color HEX #F7093C Torch Red

📋 copy color: '#F7093C'

red 247 ◦ green 9 ◦ blue 60

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

Shades of Torch Red #F7093C

Tints of Torch Red #F7093C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.85%

 BLUE value IS 60 (23.83% from 255) = 18.99%

R = 78.16%
G = 2.85%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F7093C (or 0xF7093C) is known color: Torch Red. HEX triplet: F7, 09 and 3C. RGB value is (247,9,60). Sum of RGB (Red+Green+Blue) = 247+9+60=316 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.16% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 247 - color contains mainly: red. Hex color #F7093C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7093C is #08F6C3. Grayscale: #565656. Windows color (decimal): -587460 or 3934711. OLE color: 3934711.

HSL color Cylindrical-coordinate representation of color #F7093C: hue angle of 347.14º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7093C is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 9 60 -
CMYK 0 0.96 0.76 0.03
HSL 347.14º 0.94% 0.5% -
HSV(B) 347.14º 0.96% 0.97% -
XYZ 39.27 20.3 6.12 -
YUV 85.98 113.35 242.85 -
System Red Green Blue C M Y K H S L
Decimal 247 9 60 0 0.96 0.76 0.03 347.14 0.94 0.5
Hex F7 9 3C 0 60 4C 3 15B 5E 32
Octal 367 11 74 0 140 114 3 533 136 62
Binary 11110111 1001 111100 0 1100000 1001100 11 101011011 1011110 110010

Color Harmonies of #F7093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7093C

Black with #F7093C

Text Example


Text Example

White with #F7093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7093C; }

 p { color: rgb(247,9,60); }

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

background-color css

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

 a { background-color: rgb(247,9,60); }

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

border-color css

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

 span { border-color: rgb(247,9,60); }

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