#FA030A

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

Shades of Torch Red #FA030A

Tints of Torch Red #FA030A

Color information

#FA030A (or 0xFA030A) is unknown color: approx Torch Red. HEX triplet: FA, 03 and 0A. RGB value is (250,3,10). Sum of RGB (Red+Green+Blue) = 250+3+10=263 (34% of max value = 765). Red value is 250 (98.05% from 255 or 95.06% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 250 - color contains mainly: red. Hex color #FA030A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA030A is #05FCF5. Grayscale: #4D4D4D. Windows color (decimal): -392438 or 656378. OLE color: 656378.

HSL color Cylindrical-coordinate representation of color #FA030A: hue angle of 358.3º 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 #FA030A is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB250310-
CMYK00.990.960.02
HSL358.3º97.63%49.61%-
HSV(B)358.3º98.8%98.04%-
XYZ39.5120.412.14-
YUV77.6589.83250.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 95.06%
GREEN value IS 3 (1.56% from 255) = 1.14%
BLUE value IS 10 (4.30% from 255) = 3.80%
R=95.06%
G=1.14%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25031000.990.960.02358.397.6349.61
HexFA3A0636021666232
Octal3723120143140254614262
Binary11111010111010011000111100000101011001101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA030A; }

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

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

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

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

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

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

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

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