#FA0417

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

Shades of Torch Red #FA0417

Tints of Torch Red #FA0417

Color information

#FA0417 (or 0xFA0417) is unknown color: approx Torch Red. HEX triplet: FA, 04 and 17. RGB value is (250,4,23). Sum of RGB (Red+Green+Blue) = 250+4+23=277 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.25% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0417 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0417 is #05FBE8. Grayscale: #4F4F4F. Windows color (decimal): -392169 or 1508602. OLE color: 1508602.

HSL color Cylindrical-coordinate representation of color #FA0417: hue angle of 355.37º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA0417 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB250423-
CMYK00.980.910.02
HSL355.37º96.85%49.8%-
HSV(B)355.37º98.4%98.04%-
XYZ39.6220.472.67-
YUV79.7296249.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 90.25%
GREEN value IS 4 (1.95% from 255) = 1.44%
BLUE value IS 23 (9.38% from 255) = 8.30%
R=90.25%
G=1.44%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25042300.980.910.02355.3796.8549.8
HexFA4170625B21636132
Octal3724270142133254314162
Binary1111101010010111011000101011011101011000111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0417; }

 p { color: rgb(250,4,23); }

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

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

 a { background-color: rgb(250,4,23); }

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

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

 span { border-color: rgb(250,4,23); }

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