#FA0217

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

Shades of Torch Red #FA0217

Tints of Torch Red #FA0217

Color information

#FA0217 (or 0xFA0217) is unknown color: approx Torch Red. HEX triplet: FA, 02 and 17. RGB value is (250,2,23). Sum of RGB (Red+Green+Blue) = 250+2+23=275 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.91% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0217 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0217 is #05FDE8. Grayscale: #4E4E4E. Windows color (decimal): -392681 or 1508090. OLE color: 1508090.

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

Color convert

RGB250223-
CMYK00.990.910.02
HSL354.92º98.41%49.41%-
HSV(B)354.92º99.2%98.04%-
XYZ39.620.432.67-
YUV78.5596.66250.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 90.91%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 23 (9.38% from 255) = 8.36%
R=90.91%
G=0.73%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022300.990.910.02354.9298.4149.41
HexFA2170635B21636231
Octal3722270143133254314261
Binary111110101010111011000111011011101011000111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0217; }

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

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

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

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

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

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

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

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