Html Css Color HEX #F6080C Torch Red

📋 copy color: '#F6080C'

red 246 ◦ green 8 ◦ blue 12

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

Shades of Torch Red #F6080C

Tints of Torch Red #F6080C

RGB

 RED value IS 246 (96.48% from 255) = 92.48%

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

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

R = 92.48%
G = 3.01%
B = 4.51%

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

#F6080C (or 0xF6080C) is known color: Torch Red. HEX triplet: F6, 08 and 0C. RGB value is (246,8,12). Sum of RGB (Red+Green+Blue) = 246+8+12=266 (35% of max value = 765). Red value is 246 (96.48% from 255 or 92.48% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 246 - color contains mainly: red. Hex color #F6080C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6080C is #09F7F3. Grayscale: #4F4F4F. Windows color (decimal): -653300 or 788726. OLE color: 788726.

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

Color convert

RGB 246 8 12 -
CMYK 0 0.97 0.95 0.04
HSL 358.99º 0.94% 0.5% -
HSV(B) 358.99º 0.97% 0.96% -
XYZ 38.16 19.79 2.16 -
YUV 79.62 89.85 246.67 -
System Red Green Blue C M Y K H S L
Decimal 246 8 12 0 0.97 0.95 0.04 358.99 0.94 0.5
Hex F6 8 C 0 61 5F 4 167 5E 32
Octal 366 10 14 0 141 137 4 547 136 62
Binary 11110110 1000 1100 0 1100001 1011111 100 101100111 1011110 110010

Color Harmonies of #F6080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6080C

Black with #F6080C

Text Example


Text Example

White with #F6080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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