#FE073D

Color #FE073D Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FE073D

Tints of Torch Red #FE073D

Color information

#FE073D (or 0xFE073D) is unknown color: approx Torch Red. HEX triplet: FE, 07 and 3D. RGB value is (254,7,61). Sum of RGB (Red+Green+Blue) = 254+7+61=322 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.88% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 254 - color contains mainly: red. Hex color #FE073D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE073D is #01F8C2. Grayscale: #575757. Windows color (decimal): -129219 or 3999742. OLE color: 3999742.

HSL color Cylindrical-coordinate representation of color #FE073D: hue angle of 346.88º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE073D is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.00.

Color convert

RGB254761-
CMYK00.970.760.00
HSL346.88º99.2%51.18%-
HSV(B)346.88º97.24%99.61%-
XYZ41.7921.566.37-
YUV87.01113.33247.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 78.88%
GREEN value IS 7 (3.12% from 255) = 2.17%
BLUE value IS 61 (24.22% from 255) = 18.94%
R=78.88%
G=2.17%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.76
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25476100.970.760.00346.8899.251.18
HexFE73D0614C015b6333
Octal3767750141114053314363
Binary1111111011111110101100001100110001010110111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE073D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE073D; }

 p { color: rgb(254,7,61); }

 H1.HeaderClassName
 {
   color: #FE073D;
 }
 .AnyTagClassName
 {
   color: #FE073D;
 }
</style>
background-color css

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

 a { background-color: rgb(254,7,61); }

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

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

 span { border-color: rgb(254,7,61); }

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