Html Css Color HEX #F6022D Torch Red

📋 copy color: '#F6022D'

red 246 ◦ green 2 ◦ blue 45

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

Shades of Torch Red #F6022D

Tints of Torch Red #F6022D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.36%

R = 83.96%
G = 0.68%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F6022D (or 0xF6022D) is known color: Torch Red. HEX triplet: F6, 02 and 2D. RGB value is (246,2,45). Sum of RGB (Red+Green+Blue) = 246+2+45=293 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.96% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 246 - color contains mainly: red. Hex color #F6022D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6022D is #09FDD2. Grayscale: #4F4F4F. Windows color (decimal): -654803 or 2949878. OLE color: 2949878.

HSL color Cylindrical-coordinate representation of color #F6022D: hue angle of 349.43º 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 #F6022D is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 2 45 -
CMYK 0 0.99 0.82 0.04
HSL 349.43º 0.98% 0.49% -
HSV(B) 349.43º 0.99% 0.96% -
XYZ 38.5 19.83 4.28 -
YUV 79.86 108.34 246.5 -
System Red Green Blue C M Y K H S L
Decimal 246 2 45 0 0.99 0.82 0.04 349.43 0.98 0.49
Hex F6 2 2D 0 63 52 4 15D 62 31
Octal 366 2 55 0 143 122 4 535 142 61
Binary 11110110 10 101101 0 1100011 1010010 100 101011101 1100010 110001

Color Harmonies of #F6022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6022D

Black with #F6022D

Text Example


Text Example

White with #F6022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6022D; }

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

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

background-color css

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

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

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

border-color css

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

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

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