#FA0523

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

Shades of Torch Red #FA0523

Tints of Torch Red #FA0523

Color information

#FA0523 (or 0xFA0523) is unknown color: approx Torch Red. HEX triplet: FA, 05 and 23. RGB value is (250,5,35). Sum of RGB (Red+Green+Blue) = 250+5+35=290 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.21% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0523 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0523 is #05FADC. Grayscale: #515151. Windows color (decimal): -391901 or 2295290. OLE color: 2295290.

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

Color convert

RGB250535-
CMYK00.980.860.02
HSL352.65º96.08%50%-
HSV(B)352.65º98%98.04%-
XYZ39.7820.553.46-
YUV81.68101.67248.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 86.21%
GREEN value IS 5 (2.34% from 255) = 1.72%
BLUE value IS 35 (14.06% from 255) = 12.07%
R=86.21%
G=1.72%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25053500.980.860.02352.6596.0850
HexFA5230625621616032
Octal3725430142126254114062
Binary11111010101100011011000101010110101011000011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0523; }

 p { color: rgb(250,5,35); }

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

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

 a { background-color: rgb(250,5,35); }

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

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

 span { border-color: rgb(250,5,35); }

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