Html Css Color HEX #F6091E Torch Red

📋 copy color: '#F6091E'

red 246 ◦ green 9 ◦ blue 30

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

Shades of Torch Red #F6091E

Tints of Torch Red #F6091E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.16%

 BLUE value IS 30 (12.11% from 255) = 10.53%

R = 86.32%
G = 3.16%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F6091E (or 0xF6091E) is known color: Torch Red. HEX triplet: F6, 09 and 1E. RGB value is (246,9,30). Sum of RGB (Red+Green+Blue) = 246+9+30=285 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.32% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 246 - color contains mainly: red. Hex color #F6091E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6091E is #09F6E1. Grayscale: #525252. Windows color (decimal): -653026 or 1968630. OLE color: 1968630.

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

Color convert

RGB 246 9 30 -
CMYK 0 0.96 0.88 0.04
HSL 354.68º 0.93% 0.5% -
HSV(B) 354.68º 0.96% 0.96% -
XYZ 38.34 19.88 3.05 -
YUV 82.26 98.52 244.79 -
System Red Green Blue C M Y K H S L
Decimal 246 9 30 0 0.96 0.88 0.04 354.68 0.93 0.5
Hex F6 9 1E 0 60 58 4 163 5D 32
Octal 366 11 36 0 140 130 4 543 135 62
Binary 11110110 1001 11110 0 1100000 1011000 100 101100011 1011101 110010

Color Harmonies of #F6091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6091E

Black with #F6091E

Text Example


Text Example

White with #F6091E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6091E; }

 p { color: rgb(246,9,30); }

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

background-color css

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

 a { background-color: rgb(246,9,30); }

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

border-color css

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

 span { border-color: rgb(246,9,30); }

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