Html Css Color HEX #F60B0F Torch Red

📋 copy color: '#F60B0F'

red 246 ◦ green 11 ◦ blue 15

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

Shades of Torch Red #F60B0F

Tints of Torch Red #F60B0F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.04%

 BLUE value IS 15 (6.25% from 255) = 5.51%

R = 90.44%
G = 4.04%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F60B0F (or 0xF60B0F) is known color: Torch Red. HEX triplet: F6, 0B and 0F. RGB value is (246,11,15). Sum of RGB (Red+Green+Blue) = 246+11+15=272 (36% of max value = 765). Red value is 246 (96.48% from 255 or 90.44% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60B0F is #09F4F0. Grayscale: #515151. Windows color (decimal): -652529 or 986102. OLE color: 986102.

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

Color convert

RGB 246 11 15 -
CMYK 0 0.96 0.94 0.04
HSL 358.98º 0.93% 0.5% -
HSV(B) 358.98º 0.96% 0.96% -
XYZ 38.21 19.87 2.27 -
YUV 81.72 90.36 245.17 -
System Red Green Blue C M Y K H S L
Decimal 246 11 15 0 0.96 0.94 0.04 358.98 0.93 0.5
Hex F6 B F 0 60 5E 4 167 5D 32
Octal 366 13 17 0 140 136 4 547 135 62
Binary 11110110 1011 1111 0 1100000 1011110 100 101100111 1011101 110010

Color Harmonies of #F60B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60B0F

Black with #F60B0F

Text Example


Text Example

White with #F60B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60B0F; }

 p { color: rgb(246,11,15); }

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

background-color css

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

 a { background-color: rgb(246,11,15); }

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

border-color css

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

 span { border-color: rgb(246,11,15); }

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