Html Css Color HEX #F6031A Torch Red

📋 copy color: '#F6031A'

red 246 ◦ green 3 ◦ blue 26

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

Shades of Torch Red #F6031A

Tints of Torch Red #F6031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 26 (10.55% from 255) = 9.45%

R = 89.45%
G = 1.09%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F6031A (or 0xF6031A) is known color: Torch Red. HEX triplet: F6, 03 and 1A. RGB value is (246,3,26). Sum of RGB (Red+Green+Blue) = 246+3+26=275 (36% of max value = 765). Red value is 246 (96.48% from 255 or 89.45% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 246 - color contains mainly: red. Hex color #F6031A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6031A is #09FCE5. Grayscale: #4E4E4E. Windows color (decimal): -654566 or 1704950. OLE color: 1704950.

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

Color convert

RGB 246 3 26 -
CMYK 0 0.99 0.89 0.04
HSL 354.32º 0.98% 0.49% -
HSV(B) 354.32º 0.99% 0.96% -
XYZ 38.23 19.73 2.77 -
YUV 78.28 98.51 247.63 -
System Red Green Blue C M Y K H S L
Decimal 246 3 26 0 0.99 0.89 0.04 354.32 0.98 0.49
Hex F6 3 1A 0 63 59 4 162 62 31
Octal 366 3 32 0 143 131 4 542 142 61
Binary 11110110 11 11010 0 1100011 1011001 100 101100010 1100010 110001

Color Harmonies of #F6031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6031A

Black with #F6031A

Text Example


Text Example

White with #F6031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6031A; }

 p { color: rgb(246,3,26); }

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

background-color css

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

 a { background-color: rgb(246,3,26); }

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

border-color css

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

 span { border-color: rgb(246,3,26); }

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