Html Css Color HEX #F7082D Torch Red

📋 copy color: '#F7082D'

red 247 ◦ green 8 ◦ blue 45

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

Shades of Torch Red #F7082D

Tints of Torch Red #F7082D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.67%

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

R = 82.33%
G = 2.67%
B = 15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7082D (or 0xF7082D) is known color: Torch Red. HEX triplet: F7, 08 and 2D. RGB value is (247,8,45). Sum of RGB (Red+Green+Blue) = 247+8+45=300 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.33% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 247 - color contains mainly: red. Hex color #F7082D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7082D is #08F7D2. Grayscale: #535353. Windows color (decimal): -587731 or 2951415. OLE color: 2951415.

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

Color convert

RGB 247 8 45 -
CMYK 0 0.97 0.82 0.03
HSL 350.71º 0.94% 0.5% -
HSV(B) 350.71º 0.97% 0.97% -
XYZ 38.92 20.14 4.32 -
YUV 83.68 106.18 244.49 -
System Red Green Blue C M Y K H S L
Decimal 247 8 45 0 0.97 0.82 0.03 350.71 0.94 0.5
Hex F7 8 2D 0 61 52 3 15F 5E 32
Octal 367 10 55 0 141 122 3 537 136 62
Binary 11110111 1000 101101 0 1100001 1010010 11 101011111 1011110 110010

Color Harmonies of #F7082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7082D

Black with #F7082D

Text Example


Text Example

White with #F7082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7082D; }

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

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

background-color css

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

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

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

border-color css

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

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

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