Html Css Color HEX #F7040C Torch Red

📋 copy color: '#F7040C'

red 247 ◦ green 4 ◦ blue 12

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

Shades of Torch Red #F7040C

Tints of Torch Red #F7040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

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

R = 93.92%
G = 1.52%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7040C (or 0xF7040C) is known color: Torch Red. HEX triplet: F7, 04 and 0C. RGB value is (247,4,12). Sum of RGB (Red+Green+Blue) = 247+4+12=263 (34% of max value = 765). Red value is 247 (96.88% from 255 or 93.92% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 247 - color contains mainly: red. Hex color #F7040C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7040C is #08FBF3. Grayscale: #4D4D4D. Windows color (decimal): -588788 or 787703. OLE color: 787703.

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

Color convert

RGB 247 4 12 -
CMYK 0 0.98 0.95 0.03
HSL 358.02º 0.97% 0.49% -
HSV(B) 358.02º 0.98% 0.97% -
XYZ 38.47 19.89 2.16 -
YUV 77.57 91.01 248.85 -
System Red Green Blue C M Y K H S L
Decimal 247 4 12 0 0.98 0.95 0.03 358.02 0.97 0.49
Hex F7 4 C 0 62 5F 3 166 61 31
Octal 367 4 14 0 142 137 3 546 141 61
Binary 11110111 100 1100 0 1100010 1011111 11 101100110 1100001 110001

Color Harmonies of #F7040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7040C

Black with #F7040C

Text Example


Text Example

White with #F7040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7040C; }

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

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

background-color css

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

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

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

border-color css

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

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

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