Html Css Color HEX #F60932 Torch Red

📋 copy color: '#F60932'

red 246 ◦ green 9 ◦ blue 50

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

Shades of Torch Red #F60932

Tints of Torch Red #F60932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.39%

R = 80.66%
G = 2.95%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F60932 (or 0xF60932) is known color: Torch Red. HEX triplet: F6, 09 and 32. RGB value is (246,9,50). Sum of RGB (Red+Green+Blue) = 246+9+50=305 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.66% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 246 - color contains mainly: red. Hex color #F60932 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60932 is #09F6CD. Grayscale: #545454. Windows color (decimal): -653006 or 3279350. OLE color: 3279350.

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

Color convert

RGB 246 9 50 -
CMYK 0 0.96 0.80 0.04
HSL 349.62º 0.93% 0.5% -
HSV(B) 349.62º 0.96% 0.96% -
XYZ 38.68 20.02 4.84 -
YUV 84.54 108.52 243.17 -
System Red Green Blue C M Y K H S L
Decimal 246 9 50 0 0.96 0.80 0.04 349.62 0.93 0.5
Hex F6 9 32 0 60 50 4 15E 5D 32
Octal 366 11 62 0 140 120 4 536 135 62
Binary 11110110 1001 110010 0 1100000 1010000 100 101011110 1011101 110010

Color Harmonies of #F60932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60932

Black with #F60932

Text Example


Text Example

White with #F60932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60932; }

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

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

background-color css

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

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

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

border-color css

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

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

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