Html Css Color HEX #F4080C Torch Red

📋 copy color: '#F4080C'

red 244 ◦ green 8 ◦ blue 12

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

Shades of Torch Red #F4080C

Tints of Torch Red #F4080C

RGB

 RED value IS 244 (95.7% from 255) = 92.42%

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

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

R = 92.42%
G = 3.03%
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

#F4080C (or 0xF4080C) is known color: Torch Red. HEX triplet: F4, 08 and 0C. RGB value is (244,8,12). Sum of RGB (Red+Green+Blue) = 244+8+12=264 (34% of max value = 765). Red value is 244 (95.70% from 255 or 92.42% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 244 - color contains mainly: red. Hex color #F4080C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4080C is #0BF7F3. Grayscale: #4F4F4F. Windows color (decimal): -784372 or 788724. OLE color: 788724.

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

Color convert

RGB 244 8 12 -
CMYK 0 0.97 0.95 0.04
HSL 358.98º 0.94% 0.49% -
HSV(B) 358.98º 0.97% 0.96% -
XYZ 37.46 19.43 2.12 -
YUV 79.02 90.19 245.67 -
System Red Green Blue C M Y K H S L
Decimal 244 8 12 0 0.97 0.95 0.04 358.98 0.94 0.49
Hex F4 8 C 0 61 5F 4 167 5E 31
Octal 364 10 14 0 141 137 4 547 136 61
Binary 11110100 1000 1100 0 1100001 1011111 100 101100111 1011110 110001

Color Harmonies of #F4080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4080C

Black with #F4080C

Text Example


Text Example

White with #F4080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4080C; }

 p { color: rgb(244,8,12); }

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

background-color css

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

 a { background-color: rgb(244,8,12); }

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

border-color css

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

 span { border-color: rgb(244,8,12); }

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