Html Css Color HEX #F5080F Torch Red

📋 copy color: '#F5080F'

red 245 ◦ green 8 ◦ blue 15

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

Shades of Torch Red #F5080F

Tints of Torch Red #F5080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.99%

 BLUE value IS 15 (6.25% from 255) = 5.6%

R = 91.42%
G = 2.99%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F5080F (or 0xF5080F) is known color: Torch Red. HEX triplet: F5, 08 and 0F. RGB value is (245,8,15). Sum of RGB (Red+Green+Blue) = 245+8+15=268 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.42% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 245 - color contains mainly: red. Hex color #F5080F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5080F is #0AF7F0. Grayscale: #4F4F4F. Windows color (decimal): -718833 or 985333. OLE color: 985333.

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

Color convert

RGB 245 8 15 -
CMYK 0 0.97 0.94 0.04
HSL 358.23º 0.94% 0.5% -
HSV(B) 358.23º 0.97% 0.96% -
XYZ 37.83 19.62 2.25 -
YUV 79.66 91.52 245.93 -
System Red Green Blue C M Y K H S L
Decimal 245 8 15 0 0.97 0.94 0.04 358.23 0.94 0.5
Hex F5 8 F 0 61 5E 4 166 5E 32
Octal 365 10 17 0 141 136 4 546 136 62
Binary 11110101 1000 1111 0 1100001 1011110 100 101100110 1011110 110010

Color Harmonies of #F5080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5080F

Black with #F5080F

Text Example


Text Example

White with #F5080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5080F; }

 p { color: rgb(245,8,15); }

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

background-color css

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

 a { background-color: rgb(245,8,15); }

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

border-color css

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

 span { border-color: rgb(245,8,15); }

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