Html Css Color HEX #F6020A Torch Red

📋 copy color: '#F6020A'

red 246 ◦ green 2 ◦ blue 10

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

Shades of Torch Red #F6020A

Tints of Torch Red #F6020A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 10 (4.3% from 255) = 3.88%

R = 95.35%
G = 0.78%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6020A (or 0xF6020A) is known color: Torch Red. HEX triplet: F6, 02 and 0A. RGB value is (246,2,10). Sum of RGB (Red+Green+Blue) = 246+2+10=258 (34% of max value = 765). Red value is 246 (96.48% from 255 or 95.35% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 246 - color contains mainly: red. Hex color #F6020A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6020A is #09FDF5. Grayscale: #4C4C4C. Windows color (decimal): -654838 or 656118. OLE color: 656118.

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

Color convert

RGB 246 2 10 -
CMYK 0 0.99 0.96 0.04
HSL 358.03º 0.98% 0.49% -
HSV(B) 358.03º 0.99% 0.96% -
XYZ 38.08 19.66 2.07 -
YUV 75.87 90.84 249.35 -
System Red Green Blue C M Y K H S L
Decimal 246 2 10 0 0.99 0.96 0.04 358.03 0.98 0.49
Hex F6 2 A 0 63 60 4 166 62 31
Octal 366 2 12 0 143 140 4 546 142 61
Binary 11110110 10 1010 0 1100011 1100000 100 101100110 1100010 110001

Color Harmonies of #F6020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6020A

Black with #F6020A

Text Example


Text Example

White with #F6020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6020A; }

 p { color: rgb(246,2,10); }

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

background-color css

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

 a { background-color: rgb(246,2,10); }

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

border-color css

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

 span { border-color: rgb(246,2,10); }

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