#FA0522

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

Shades of Torch Red #FA0522

Tints of Torch Red #FA0522

Color information

#FA0522 (or 0xFA0522) is unknown color: approx Torch Red. HEX triplet: FA, 05 and 22. RGB value is (250,5,34). Sum of RGB (Red+Green+Blue) = 250+5+34=289 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.51% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0522 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0522 is #05FADD. Grayscale: #515151. Windows color (decimal): -391902 or 2229754. OLE color: 2229754.

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

Color convert

RGB250534-
CMYK00.980.860.02
HSL352.9º96.08%50%-
HSV(B)352.9º98%98.04%-
XYZ39.7720.553.38-
YUV81.56101.17248.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 86.51%
GREEN value IS 5 (2.34% from 255) = 1.73%
BLUE value IS 34 (13.67% from 255) = 11.76%
R=86.51%
G=1.73%
B=11.76%

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
Decimal25053400.980.860.02352.996.0850
HexFA5220625621616032
Octal3725420142126254114062
Binary11111010101100010011000101010110101011000011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0522; }

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

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

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

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

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

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

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

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