Html Css Color HEX #F60C12 Torch Red

📋 copy color: '#F60C12'

red 246 ◦ green 12 ◦ blue 18

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

Shades of Torch Red #F60C12

Tints of Torch Red #F60C12

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.35%

 BLUE value IS 18 (7.42% from 255) = 6.52%

R = 89.13%
G = 4.35%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F60C12 (or 0xF60C12) is known color: Torch Red. HEX triplet: F6, 0C and 12. RGB value is (246,12,18). Sum of RGB (Red+Green+Blue) = 246+12+18=276 (36% of max value = 765). Red value is 246 (96.48% from 255 or 89.13% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60C12 is #09F3ED. Grayscale: #525252. Windows color (decimal): -652270 or 1182966. OLE color: 1182966.

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

Color convert

RGB 246 12 18 -
CMYK 0 0.95 0.93 0.04
HSL 358.46º 0.93% 0.51% -
HSV(B) 358.46º 0.95% 0.96% -
XYZ 38.25 19.9 2.4 -
YUV 82.65 91.52 244.51 -
System Red Green Blue C M Y K H S L
Decimal 246 12 18 0 0.95 0.93 0.04 358.46 0.93 0.51
Hex F6 C 12 0 5F 5D 4 166 5D 33
Octal 366 14 22 0 137 135 4 546 135 63
Binary 11110110 1100 10010 0 1011111 1011101 100 101100110 1011101 110011

Color Harmonies of #F60C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60C12

Black with #F60C12

Text Example


Text Example

White with #F60C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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