#FE0C16

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

Shades of Torch Red #FE0C16

Tints of Torch Red #FE0C16

Color information

#FE0C16 (or 0xFE0C16) is unknown color: approx Torch Red. HEX triplet: FE, 0C and 16. RGB value is (254,12,22). Sum of RGB (Red+Green+Blue) = 254+12+22=288 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.19% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0C16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0C16 is #01F3E9. Grayscale: #555555. Windows color (decimal): -127978 or 1445118. OLE color: 1445118.

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

Color convert

RGB2541222-
CMYK00.950.910.00
HSL357.52º99.18%52.16%-
HSV(B)357.52º95.28%99.61%-
XYZ41.1521.392.72-
YUV85.592.17248.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 88.19%
GREEN value IS 12 (5.08% from 255) = 4.17%
BLUE value IS 22 (8.98% from 255) = 7.64%
R=88.19%
G=4.17%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.91
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254122200.950.910.00357.5299.1852.16
HexFEC1605F5B01666334
Octal37614260137133054614364
Binary1111111011001011001011111101101101011001101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0C16; }

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

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

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

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

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

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

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

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