Html Css Color HEX #F5092C Torch Red

📋 copy color: '#F5092C'

red 245 ◦ green 9 ◦ blue 44

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

Shades of Torch Red #F5092C

Tints of Torch Red #F5092C

RGB

 RED value IS 245 (96.09% from 255) = 82.21%

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

 BLUE value IS 44 (17.58% from 255) = 14.77%

R = 82.21%
G = 3.02%
B = 14.77%

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

#F5092C (or 0xF5092C) is known color: Torch Red. HEX triplet: F5, 09 and 2C. RGB value is (245,9,44). Sum of RGB (Red+Green+Blue) = 245+9+44=298 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.21% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 245 - color contains mainly: red. Hex color #F5092C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5092C is #0AF6D3. Grayscale: #535353. Windows color (decimal): -718548 or 2886133. OLE color: 2886133.

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

Color convert

RGB 245 9 44 -
CMYK 0 0.96 0.82 0.04
HSL 351.1º 0.93% 0.5% -
HSV(B) 351.1º 0.96% 0.96% -
XYZ 38.21 19.79 4.19 -
YUV 83.55 105.69 243.15 -
System Red Green Blue C M Y K H S L
Decimal 245 9 44 0 0.96 0.82 0.04 351.1 0.93 0.5
Hex F5 9 2C 0 60 52 4 15F 5D 32
Octal 365 11 54 0 140 122 4 537 135 62
Binary 11110101 1001 101100 0 1100000 1010010 100 101011111 1011101 110010

Color Harmonies of #F5092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5092C

Black with #F5092C

Text Example


Text Example

White with #F5092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5092C; }

 p { color: rgb(245,9,44); }

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

background-color css

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

 a { background-color: rgb(245,9,44); }

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

border-color css

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

 span { border-color: rgb(245,9,44); }

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