#FA0524

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

Shades of Torch Red #FA0524

Tints of Torch Red #FA0524

Color information

#FA0524 (or 0xFA0524) is unknown color: approx Torch Red. HEX triplet: FA, 05 and 24. RGB value is (250,5,36). Sum of RGB (Red+Green+Blue) = 250+5+36=291 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.91% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0524 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0524 is #05FADB. Grayscale: #515151. Windows color (decimal): -391900 or 2360826. OLE color: 2360826.

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

Color convert

RGB250536-
CMYK00.980.860.02
HSL352.41º96.08%50%-
HSV(B)352.41º98%98.04%-
XYZ39.820.563.54-
YUV81.79102.17247.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 85.91%
GREEN value IS 5 (2.34% from 255) = 1.72%
BLUE value IS 36 (14.45% from 255) = 12.37%
R=85.91%
G=1.72%
B=12.37%

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
Decimal25053600.980.860.02352.4196.0850
HexFA5240625621606032
Octal3725440142126254014062
Binary11111010101100100011000101010110101011000001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0524; }

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

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

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

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

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

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

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

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