#FE0708

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

Shades of Torch Red #FE0708

Tints of Torch Red #FE0708

Color information

#FE0708 (or 0xFE0708) is unknown color: approx Torch Red. HEX triplet: FE, 07 and 08. RGB value is (254,7,8). Sum of RGB (Red+Green+Blue) = 254+7+8=269 (35% of max value = 765). Red value is 254 (99.61% from 255 or 94.42% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0708 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0708 is #01F8F7. Grayscale: #515151. Windows color (decimal): -129272 or 526334. OLE color: 526334.

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

Color convert

RGB25478-
CMYK00.970.970.00
HSL359.76º99.2%51.18%-
HSV(B)359.76º97.24%99.61%-
XYZ40.9921.242.17-
YUV80.9786.83251.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 94.42%
GREEN value IS 7 (3.12% from 255) = 2.60%
BLUE value IS 8 (3.52% from 255) = 2.97%
R=94.42%
G=2.60%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547800.970.970.00359.7699.251.18
HexFE780616101686333
Octal3767100141141055014363
Binary11111110111100001100001110000101011010001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0708; }

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

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

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

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

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

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

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

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