Html Css Color HEX #F7062D Torch Red

📋 copy color: '#F7062D'

red 247 ◦ green 6 ◦ blue 45

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

Shades of Torch Red #F7062D

Tints of Torch Red #F7062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.01%

 BLUE value IS 45 (17.97% from 255) = 15.1%

R = 82.89%
G = 2.01%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7062D (or 0xF7062D) is known color: Torch Red. HEX triplet: F7, 06 and 2D. RGB value is (247,6,45). Sum of RGB (Red+Green+Blue) = 247+6+45=298 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.89% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 247 - color contains mainly: red. Hex color #F7062D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7062D is #08F9D2. Grayscale: #525252. Windows color (decimal): -588243 or 2950903. OLE color: 2950903.

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

Color convert

RGB 247 6 45 -
CMYK 0 0.98 0.82 0.03
HSL 350.29º 0.95% 0.5% -
HSV(B) 350.29º 0.98% 0.97% -
XYZ 38.9 20.09 4.31 -
YUV 82.51 106.84 245.33 -
System Red Green Blue C M Y K H S L
Decimal 247 6 45 0 0.98 0.82 0.03 350.29 0.95 0.5
Hex F7 6 2D 0 62 52 3 15E 5F 32
Octal 367 6 55 0 142 122 3 536 137 62
Binary 11110111 110 101101 0 1100010 1010010 11 101011110 1011111 110010

Color Harmonies of #F7062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7062D

Black with #F7062D

Text Example


Text Example

White with #F7062D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7062D; }

 p { color: rgb(247,6,45); }

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

background-color css

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

 a { background-color: rgb(247,6,45); }

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

border-color css

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

 span { border-color: rgb(247,6,45); }

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