Html Css Color HEX #F5040B Torch Red

📋 copy color: '#F5040B'

red 245 ◦ green 4 ◦ blue 11

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

Shades of Torch Red #F5040B

Tints of Torch Red #F5040B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

 BLUE value IS 11 (4.69% from 255) = 4.23%

R = 94.23%
G = 1.54%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5040B (or 0xF5040B) is known color: Torch Red. HEX triplet: F5, 04 and 0B. RGB value is (245,4,11). Sum of RGB (Red+Green+Blue) = 245+4+11=260 (34% of max value = 765). Red value is 245 (96.09% from 255 or 94.23% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 245 - color contains mainly: red. Hex color #F5040B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5040B is #0AFBF4. Grayscale: #4D4D4D. Windows color (decimal): -719861 or 722165. OLE color: 722165.

HSL color Cylindrical-coordinate representation of color #F5040B: hue angle of 358.26º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5040B is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 4 11 -
CMYK 0 0.98 0.96 0.04
HSL 358.26º 0.97% 0.49% -
HSV(B) 358.26º 0.98% 0.96% -
XYZ 37.76 19.52 2.09 -
YUV 76.86 90.84 247.93 -
System Red Green Blue C M Y K H S L
Decimal 245 4 11 0 0.98 0.96 0.04 358.26 0.97 0.49
Hex F5 4 B 0 62 60 4 166 61 31
Octal 365 4 13 0 142 140 4 546 141 61
Binary 11110101 100 1011 0 1100010 1100000 100 101100110 1100001 110001

Color Harmonies of #F5040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5040B

Black with #F5040B

Text Example


Text Example

White with #F5040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5040B; }

 p { color: rgb(245,4,11); }

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

background-color css

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

 a { background-color: rgb(245,4,11); }

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

border-color css

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

 span { border-color: rgb(245,4,11); }

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