Html Css Color HEX #F6090D Torch Red

📋 copy color: '#F6090D'

red 246 ◦ green 9 ◦ blue 13

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

Shades of Torch Red #F6090D

Tints of Torch Red #F6090D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.85%

R = 91.79%
G = 3.36%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6090D (or 0xF6090D) is known color: Torch Red. HEX triplet: F6, 09 and 0D. RGB value is (246,9,13). Sum of RGB (Red+Green+Blue) = 246+9+13=268 (35% of max value = 765). Red value is 246 (96.48% from 255 or 91.79% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 246 - color contains mainly: red. Hex color #F6090D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6090D is #09F6F2. Grayscale: #505050. Windows color (decimal): -653043 or 854518. OLE color: 854518.

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

Color convert

RGB 246 9 13 -
CMYK 0 0.96 0.95 0.04
HSL 358.99º 0.93% 0.5% -
HSV(B) 358.99º 0.96% 0.96% -
XYZ 38.18 19.82 2.19 -
YUV 80.32 90.02 246.17 -
System Red Green Blue C M Y K H S L
Decimal 246 9 13 0 0.96 0.95 0.04 358.99 0.93 0.5
Hex F6 9 D 0 60 5F 4 167 5D 32
Octal 366 11 15 0 140 137 4 547 135 62
Binary 11110110 1001 1101 0 1100000 1011111 100 101100111 1011101 110010

Color Harmonies of #F6090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6090D

Black with #F6090D

Text Example


Text Example

White with #F6090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6090D; }

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

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

background-color css

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

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

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

border-color css

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

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

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