#FE070A

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

Shades of Torch Red #FE070A

Tints of Torch Red #FE070A

Color information

#FE070A (or 0xFE070A) is unknown color: approx Torch Red. HEX triplet: FE, 07 and 0A. RGB value is (254,7,10). Sum of RGB (Red+Green+Blue) = 254+7+10=271 (35% of max value = 765). Red value is 254 (99.61% from 255 or 93.73% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 254 - color contains mainly: red. Hex color #FE070A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE070A is #01F8F5. Grayscale: #515151. Windows color (decimal): -129270 or 657406. OLE color: 657406.

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

Color convert

RGB254710-
CMYK00.970.960.00
HSL359.27º99.2%51.18%-
HSV(B)359.27º97.24%99.61%-
XYZ4121.242.23-
YUV81.1987.83251.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 93.73%
GREEN value IS 7 (3.12% from 255) = 2.58%
BLUE value IS 10 (4.30% from 255) = 3.69%
R=93.73%
G=2.58%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25471000.970.960.00359.2799.251.18
HexFE7A0616001676333
Octal3767120141140054714363
Binary11111110111101001100001110000001011001111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE070A; }

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

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

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

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

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

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

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

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