Html Css Color HEX #F6000C Torch Red

📋 copy color: '#F6000C'

red 246 ◦ green 0 ◦ blue 12

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

Shades of Torch Red #F6000C

Tints of Torch Red #F6000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.35%
G = 0%
B = 4.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6000C (or 0xF6000C) is known color: Torch Red. HEX triplet: F6, 00 and 0C. RGB value is (246,0,12). Sum of RGB (Red+Green+Blue) = 246+0+12=258 (34% of max value = 765). Red value is 246 (96.48% from 255 or 95.35% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 246 - color contains mainly: red. Hex color #F6000C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6000C is #09FFF3. Grayscale: #4B4B4B. Windows color (decimal): -655348 or 786678. OLE color: 786678.

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

Color convert

RGB 246 0 12 -
CMYK 0 1 0.95 0.04
HSL 357.07º 1% 0.48% -
HSV(B) 357.07º 1% 0.96% -
XYZ 38.07 19.62 2.13 -
YUV 74.92 92.5 250.02 -
System Red Green Blue C M Y K H S L
Decimal 246 0 12 0 1 0.95 0.04 357.07 1 0.48
Hex F6 0 C 0 64 5F 4 165 64 30
Octal 366 0 14 0 144 137 4 545 144 60
Binary 11110110 0 1100 0 1100100 1011111 100 101100101 1100100 110000

Color Harmonies of #F6000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6000C

Black with #F6000C

Text Example


Text Example

White with #F6000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6000C; }

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

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

background-color css

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

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

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

border-color css

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

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

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