Html Css Color HEX #F6092D Torch Red

📋 copy color: '#F6092D'

red 246 ◦ green 9 ◦ blue 45

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

Shades of Torch Red #F6092D

Tints of Torch Red #F6092D

RGB

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

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

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

R = 82%
G = 3%
B = 15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F6092D (or 0xF6092D) is known color: Torch Red. HEX triplet: F6, 09 and 2D. RGB value is (246,9,45). Sum of RGB (Red+Green+Blue) = 246+9+45=300 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 246 - color contains mainly: red. Hex color #F6092D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6092D is #09F6D2. Grayscale: #545454. Windows color (decimal): -653011 or 2951670. OLE color: 2951670.

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

Color convert

RGB 246 9 45 -
CMYK 0 0.96 0.82 0.04
HSL 350.89º 0.93% 0.5% -
HSV(B) 350.89º 0.96% 0.96% -
XYZ 38.58 19.98 4.31 -
YUV 83.97 106.02 243.57 -
System Red Green Blue C M Y K H S L
Decimal 246 9 45 0 0.96 0.82 0.04 350.89 0.93 0.5
Hex F6 9 2D 0 60 52 4 15F 5D 32
Octal 366 11 55 0 140 122 4 537 135 62
Binary 11110110 1001 101101 0 1100000 1010010 100 101011111 1011101 110010

Color Harmonies of #F6092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6092D

Black with #F6092D

Text Example


Text Example

White with #F6092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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