#FA0316

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

Shades of Torch Red #FA0316

Tints of Torch Red #FA0316

Color information

#FA0316 (or 0xFA0316) is unknown color: approx Torch Red. HEX triplet: FA, 03 and 16. RGB value is (250,3,22). Sum of RGB (Red+Green+Blue) = 250+3+22=275 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.91% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0316 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0316 is #05FCE9. Grayscale: #4F4F4F. Windows color (decimal): -392426 or 1442810. OLE color: 1442810.

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

Color convert

RGB250322-
CMYK00.990.910.02
HSL355.38º97.63%49.61%-
HSV(B)355.38º98.8%98.04%-
XYZ39.620.452.62-
YUV79.0295.83249.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 90.91%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 22 (8.98% from 255) = 8%
R=90.91%
G=1.09%
B=8%

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
Decimal25032200.990.910.02355.3897.6349.61
HexFA3160635B21636232
Octal3723260143133254314262
Binary111110101110110011000111011011101011000111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0316; }

 p { color: rgb(250,3,22); }

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

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

 a { background-color: rgb(250,3,22); }

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

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

 span { border-color: rgb(250,3,22); }

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