Html Css Color HEX #F7090C Torch Red

📋 copy color: '#F7090C'

red 247 ◦ green 9 ◦ blue 12

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

Shades of Torch Red #F7090C

Tints of Torch Red #F7090C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.48%

R = 92.16%
G = 3.36%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7090C (or 0xF7090C) is known color: Torch Red. HEX triplet: F7, 09 and 0C. RGB value is (247,9,12). Sum of RGB (Red+Green+Blue) = 247+9+12=268 (35% of max value = 765). Red value is 247 (96.88% from 255 or 92.16% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 247 - color contains mainly: red. Hex color #F7090C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7090C is #08F6F3. Grayscale: #505050. Windows color (decimal): -587508 or 788983. OLE color: 788983.

HSL color Cylindrical-coordinate representation of color #F7090C: hue angle of 359.24º 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 #F7090C is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 9 12 -
CMYK 0 0.96 0.95 0.03
HSL 359.24º 0.94% 0.5% -
HSV(B) 359.24º 0.96% 0.97% -
XYZ 38.52 20 2.18 -
YUV 80.5 89.35 246.76 -
System Red Green Blue C M Y K H S L
Decimal 247 9 12 0 0.96 0.95 0.03 359.24 0.94 0.5
Hex F7 9 C 0 60 5F 3 167 5E 32
Octal 367 11 14 0 140 137 3 547 136 62
Binary 11110111 1001 1100 0 1100000 1011111 11 101100111 1011110 110010

Color Harmonies of #F7090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7090C

Black with #F7090C

Text Example


Text Example

White with #F7090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7090C; }

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

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

background-color css

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

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

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

border-color css

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

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

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