#fa0628

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

Shades of Torch Red #FA0628

Tints of Torch Red #FA0628

Color information

#FA0628 (or 0xFA0628) is unknown color: approx Torch Red. HEX triplet: FA, 06 and 28. RGB value is (250,6,40). Sum of RGB (Red+Green+Blue) = 250+6+40=296 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.46% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0628 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0628 is #05F9D7. Grayscale: #525252. Windows color (decimal): -391640 or 2623226. OLE color: 2623226.

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

Color convert

RGB250640-
CMYK00.980.840.02
HSL351.64º96.06%50.2%-
HSV(B)351.64º97.6%98.04%-
XYZ39.8720.613.88-
YUV82.83103.84247.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 84.46%
GREEN value IS 6 (2.73% from 255) = 2.03%
BLUE value IS 40 (16.02% from 255) = 13.51%
R=84.46%
G=2.03%
B=13.51%

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
Decimal25064000.980.840.02351.6496.0650.2
HexFA6280625421606032
Octal3726500142124254014062
Binary11111010110101000011000101010100101011000001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa0628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa0628; }

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

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

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

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

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

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

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

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