Html Css Color HEX #F5070C Torch Red

📋 copy color: '#F5070C'

red 245 ◦ green 7 ◦ blue 12

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

Shades of Torch Red #F5070C

Tints of Torch Red #F5070C

RGB

 RED value IS 245 (96.09% from 255) = 92.8%

 GREEN value IS 7 (3.13% from 255) = 2.65%

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

R = 92.8%
G = 2.65%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5070C (or 0xF5070C) is known color: Torch Red. HEX triplet: F5, 07 and 0C. RGB value is (245,7,12). Sum of RGB (Red+Green+Blue) = 245+7+12=264 (34% of max value = 765). Red value is 245 (96.09% from 255 or 92.80% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 245 - color contains mainly: red. Hex color #F5070C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5070C is #0AF8F3. Grayscale: #4E4E4E. Windows color (decimal): -719092 or 788469. OLE color: 788469.

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

Color convert

RGB 245 7 12 -
CMYK 0 0.97 0.95 0.04
HSL 358.74º 0.94% 0.49% -
HSV(B) 358.74º 0.97% 0.96% -
XYZ 37.8 19.59 2.14 -
YUV 78.73 90.35 246.59 -
System Red Green Blue C M Y K H S L
Decimal 245 7 12 0 0.97 0.95 0.04 358.74 0.94 0.49
Hex F5 7 C 0 61 5F 4 167 5E 31
Octal 365 7 14 0 141 137 4 547 136 61
Binary 11110101 111 1100 0 1100001 1011111 100 101100111 1011110 110001

Color Harmonies of #F5070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5070C

Black with #F5070C

Text Example


Text Example

White with #F5070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5070C; }

 p { color: rgb(245,7,12); }

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

background-color css

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

 a { background-color: rgb(245,7,12); }

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

border-color css

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

 span { border-color: rgb(245,7,12); }

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