#FA0627

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

Shades of Torch Red #FA0627

Tints of Torch Red #FA0627

Color information

#FA0627 (or 0xFA0627) is unknown color: approx Torch Red. HEX triplet: FA, 06 and 27. RGB value is (250,6,39). Sum of RGB (Red+Green+Blue) = 250+6+39=295 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.75% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0627 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0627 is #05F9D8. Grayscale: #525252. Windows color (decimal): -391641 or 2557690. OLE color: 2557690.

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

Color convert

RGB250639-
CMYK00.980.840.02
HSL351.89º96.06%50.2%-
HSV(B)351.89º97.6%98.04%-
XYZ39.8620.63.8-
YUV82.72103.34247.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 84.75%
GREEN value IS 6 (2.73% from 255) = 2.03%
BLUE value IS 39 (15.62% from 255) = 13.22%
R=84.75%
G=2.03%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25063900.980.840.02351.8996.0650.2
HexFA6270625421606032
Octal3726470142124254014062
Binary11111010110100111011000101010100101011000001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0627; }

 p { color: rgb(250,6,39); }

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

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

 a { background-color: rgb(250,6,39); }

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

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

 span { border-color: rgb(250,6,39); }

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