#FA0E25

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

Shades of Torch Red #FA0E25

Tints of Torch Red #FA0E25

Color information

#FA0E25 (or 0xFA0E25) is unknown color: approx Torch Red. HEX triplet: FA, 0E and 25. RGB value is (250,14,37). Sum of RGB (Red+Green+Blue) = 250+14+37=301 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.06% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E25 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0E25 is #05F1DA. Grayscale: #575757. Windows color (decimal): -389595 or 2428666. OLE color: 2428666.

HSL color Cylindrical-coordinate representation of color #FA0E25: hue angle of 354.15º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0E25 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB2501437-
CMYK00.940.850.02
HSL354.15º95.93%51.76%-
HSV(B)354.15º94.4%98.04%-
XYZ39.9220.773.66-
YUV87.1999.69244.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 83.06%
GREEN value IS 14 (5.86% from 255) = 4.65%
BLUE value IS 37 (14.84% from 255) = 12.29%
R=83.06%
G=4.65%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250143700.940.850.02354.1595.9351.76
HexFAE2505E5521626034
Octal37216450136125254214064
Binary111110101110100101010111101010101101011000101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0E25; }

 p { color: rgb(250,14,37); }

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

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

 a { background-color: rgb(250,14,37); }

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

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

 span { border-color: rgb(250,14,37); }

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