#FE040C

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

Shades of Torch Red #FE040C

Tints of Torch Red #FE040C

Color information

#FE040C (or 0xFE040C) is unknown color: approx Torch Red. HEX triplet: FE, 04 and 0C. RGB value is (254,4,12). Sum of RGB (Red+Green+Blue) = 254+4+12=270 (35% of max value = 765). Red value is 254 (99.61% from 255 or 94.07% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 254 - color contains mainly: red. Hex color #FE040C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE040C is #01FBF3. Grayscale: #4F4F4F. Windows color (decimal): -130036 or 787710. OLE color: 787710.

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

Color convert

RGB254412-
CMYK00.980.950.00
HSL358.08º99.21%50.59%-
HSV(B)358.08º98.43%99.61%-
XYZ40.9821.182.28-
YUV79.6689.82252.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 94.07%
GREEN value IS 4 (1.95% from 255) = 1.48%
BLUE value IS 12 (5.08% from 255) = 4.44%
R=94.07%
G=1.48%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25441200.980.950.00358.0899.2150.59
HexFE4C0625F01666333
Octal3764140142137054614363
Binary11111110100110001100010101111101011001101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE040C; }

 p { color: rgb(254,4,12); }

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

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

 a { background-color: rgb(254,4,12); }

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

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

 span { border-color: rgb(254,4,12); }

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